.idea
frontend/yarn.lock
app/web/*
bin/
certs/
web/
dist/
compile.bat
testdata
data.db

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
#ide
.vscode
frontend/.vscode/
# dependencies
frontend/node_modules
frontend/.pnp
frontend/.pnp.js

# testing
/coverage

# production
frontend/build

# misc
frontend/.DS_Store
frontend/.env.local
frontend/.env.development.local
frontend/.env.test.local
frontend/.env.production.local

frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
