This commit is contained in:
2026-08-09 13:09:01 +02:00
parent d6dbc1881a
commit 31dfe42613
9 changed files with 251 additions and 1 deletions
+43
View File
@@ -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