Update .gitignore to include db.sql and remove the db.sql file from the config directory.

This commit is contained in:
Norbert Maciaszek 2025-08-08 20:07:25 +02:00
parent 8a6ceacf32
commit 4b103b23ac
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -39,3 +39,6 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
next-env.d.ts next-env.d.ts
/config/db.sql

Binary file not shown.