feat(git/ignore): adding the db, dev config, lock files
This commit is contained in:
parent
afb18d9c0c
commit
eecfd7571d
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -11,6 +11,9 @@ dist/
|
||||||
coverage
|
coverage
|
||||||
*.lcov
|
*.lcov
|
||||||
|
|
||||||
|
# database
|
||||||
|
*.db
|
||||||
|
|
||||||
# logs
|
# logs
|
||||||
logs
|
logs
|
||||||
_.log
|
_.log
|
||||||
|
|
@ -24,6 +27,7 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
||||||
.env.local
|
.env.local
|
||||||
|
|
||||||
# caches
|
# caches
|
||||||
|
eslint.config.js
|
||||||
.eslintcache
|
.eslintcache
|
||||||
.cache
|
.cache
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue