summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-05-24 18:03:39 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2025-05-24 18:03:39 +0200
commit97500e1ada3e30d8064bce949964a6794713ce73 (patch)
treeecdcc1416e86224bff2f981d845ff8f00d24e11f
parent9212e4b64e6651f6b22d0eeec49e0b6b3df0fa49 (diff)
.gitignore shouldn't ignore itself
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8eb16b1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# Ignore everything by default
+*
+
+# Allow directories, to track under folders
+!*/
+
+# Explicitly allow compose.yaml and dotfiles
+!compose.yaml
+!.*
+
+# Ignore specific directories
+privatebin/privatebin-data/
+roundcube/www/
+
+# Ignore .env explicitly
+.env