From 97500e1ada3e30d8064bce949964a6794713ce73 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sat, 24 May 2025 18:03:39 +0200 Subject: .gitignore shouldn't ignore itself --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore 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 -- cgit v1.2.3