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
|
||||
*.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue