This commit is contained in:
2026-03-12 23:09:48 -05:00
parent 0e50256844
commit f5a1361fd3

15
.gitignore vendored
View File

@@ -41,3 +41,18 @@ yarn-error.log*
next-env.d.ts next-env.d.ts
/src/generated/client /src/generated/client
# Prisma / SQLite
*.db
*.db-journal
*.db-shm
*.db-wal
# IDE - VS Code
.vscode/
# IDE - IntelliJ
.idea/
# Windows
Thumbs.db