From 0e87c29c221164e6dc7514bc859122afcc0ba798 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 18 Jun 2026 23:42:33 -0700 Subject: [PATCH] Add .gitignore to prevent committing secrets --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..64ac7cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Git configuration +*.swp +*.swo +.DS_Store +.env +.env.local +secrets/ +keys/ +*.key +*.pem + +# Docker +.dockerignore + +# Local overrides +docker-compose.override.yml +local/