fix practice

This commit is contained in:
larssand
2026-03-14 12:17:35 +01:00
parent 7af303463a
commit 86fef324d1
2 changed files with 19 additions and 2 deletions

16
.gitignore vendored
View File

@@ -1,3 +1,19 @@
node_modules/
data/
*.log
logs/
*.pid
*.pid.lock
*.sqlite
*.sqlite-shm
*.sqlite-wal
*.db
*.db-shm
*.db-wal
.DS_Store
Thumbs.db
.idea/
.vscode/
coverage/
dist/
tmp/