mirror of
https://github.com/brockar/traefik.git
synced 2026-01-11 15:01:01 -03:00
add: git ignore
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user