Add .gitignore, remove node_modules and db files from tracking

This commit is contained in:
fahed
2026-02-08 20:47:12 +03:00
parent 35d84b6bff
commit b0718a3b6a

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
node_modules/
dist/
*.db
*.db-shm
*.db-wal
.vite/