summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-05-24 21:36:12 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2025-05-24 21:36:12 +0200
commit89d372070101d1b251196340582bd08cd3a63231 (patch)
treecce647626670f2eec089d3283e27f5120f568518
parentbb5dff5b921a0bb78b84ec0fcfdba0472f0b4980 (diff)
parent97500e1ada3e30d8064bce949964a6794713ce73 (diff)
Merge branch 'master' of ssh://git.adjutor.xyz:8022/var/www/git/stacks
-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