summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore25
1 files changed, 16 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index c84acb6..c0fc113 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,18 @@
-package-lock.json
-node_modules
-db
-db-wal
-db-shm
-log
-.env
-*.pem
+# Source assets and working files
+HIRES
vassal
tmp
-HIRES
+*.ppm
+
+# Live database files
+.env
+db
+db-shm
+db-wal
+key.pem
+cert.pem
+
+# Development clutter
+node_modules
+package-lock.json
+tags