mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
42 lines
316 B
Plaintext
42 lines
316 B
Plaintext
.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
|
|
init-db.sql
|