summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-07 13:29:07 +0100
committerTor Andersson <tor@ccxvii.net>2021-12-07 13:29:07 +0100
commit4373d0f76b2883ba9ca502f128ffd567c5fff697 (patch)
tree5fc9abd96161519755bce5a81e07352e8820f9e2
parent5effbf0ab6b3f8522dbdd1d909b3da148480053b (diff)
downloadserver-4373d0f76b2883ba9ca502f128ffd567c5fff697.tar.gz
Update .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