Add gitignore for node_modules and SQLite files

This commit is contained in:
Jared Miller 2026-01-28 12:28:40 -05:00
parent 5ff684824a
commit 0417d167a0
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

5
.gitignore vendored
View file

@ -27,6 +27,11 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
.cache .cache
*.tsbuildinfo *.tsbuildinfo
# SQLite databases
*.db
*.db-shm
*.db-wal
# IntelliJ based IDEs # IntelliJ based IDEs
.idea .idea