Add gitignore for node_modules and SQLite files
This commit is contained in:
parent
5ff684824a
commit
0417d167a0
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -27,6 +27,11 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
|||
.cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# SQLite databases
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# IntelliJ based IDEs
|
||||
.idea
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue