mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
docker
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
.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
|
||||
init-db.sh
|
||||
Reference in New Issue
Block a user