.git
.gitignore
.vs/
.vscode/
.idea/
*.swp
*~

bin/
obj/
publish/
dist/

client/node_modules/
client/build/
client/dist/

node_modules/

.env
.env.local
.env.production
appsettings.*.json

*.db
*.sqlite
*.sqlite3

.DS_Store
Thumbs.db
Desktop.ini

logs/
*.log
coverage/
.nyc_output/
tmp/
temp/

README.md
LICENSE
init-db.sql
