fix: update .gitignore to include stack.env and output directory for Nginx

This commit is contained in:
S
2026-03-02 21:08:16 -05:00
parent 216b9d21f3
commit 98c3d021ef

3
.gitignore vendored
View File

@@ -1,9 +1,12 @@
# Secrets — never commit # Secrets — never commit
.env .env
setup/pi-monitoring/stack.env
runners.conf runners.conf
*.pem *.pem
*.key *.key
*.crt *.crt
setup/nginx-to-caddy/output/*
!setup/nginx-to-caddy/output/.gitkeep
# macOS # macOS
.DS_Store .DS_Store