add: git ignore

This commit is contained in:
2025-11-09 10:46:06 -03:00
parent 23bd4fd061
commit f498811ffa

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
.env.*
!.env.example
# Traefik
certs/
acme.json
config/acme.json
config/letsencrypt/
*.crt
*.key
*.pem
# CrowdSec
crowdsec/config/data/
crowdsec/config/etc/
# Docker
docker-compose.override.yml
docker-data/
*.log
*.pid
*.db