gitignore: Add output of npm install rollup

This commit is contained in:
Valentin Tolmer 2021-09-28 14:46:28 +02:00 committed by nitnelave
parent d9abcd335d
commit 0a3cfa168e

5
.gitignore vendored
View File

@ -14,5 +14,10 @@
*.db-shm *.db-shm
*.db-wal *.db-wal
# Output of `npm install rollup`
node_modules/
package-lock.json
package.json
# Server private key # Server private key
server_key server_key