summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-03-12 20:25:14 +0100
committerFelix <me@nutomic.com>2020-03-12 20:25:14 +0100
commit8f67a3c6340645e00e653655a4977308cf8bfffa (patch)
treeb2b1ad0e75421ddedf1083c7c423562ee909daa1 /.gitignore
parent063811cb60028037d79cf8f3c22e1e8c9f3af8ce (diff)
Cleanup gitignore and dockerignore files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7d60afd6..919358cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,17 @@
+# local ansible configuration
ansible/inventory
ansible/inventory_dev
ansible/passwords/
+
+# docker build files
docker/lemmy_mine.hjson
docker/dev/env_deploy.sh
docker/federation-test/volumes
+docker/dev/volumes
+
+# local build files
build/
-.idea/
ui/src/translations
-docker/dev/volumes \ No newline at end of file
+
+# ide config
+.idea/ \ No newline at end of file