feat(git/ignore): adding the db, dev config, lock files

This commit is contained in:
Raphael 2025-07-27 18:13:30 +02:00
parent afb18d9c0c
commit eecfd7571d

4
.gitignore vendored
View file

@ -11,6 +11,9 @@ dist/
coverage
*.lcov
# database
*.db
# logs
logs
_.log
@ -24,6 +27,7 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
.env.local
# caches
eslint.config.js
.eslintcache
.cache
*.tsbuildinfo