first commit
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
certs
|
||||
|
||||
# Ignore log files
|
||||
logs/*.log
|
||||
*.log
|
||||
# Ignore acme.json (contains sensitive certificate data)
|
||||
acme.json
|
||||
|
||||
# Ignore Docker-related files
|
||||
docker-compose.override.yml
|
||||
|
||||
# Ignore temporary files
|
||||
*.tmp
|
||||
*.swp
|
||||
*.bak
|
||||
|
||||
# Ignore node_modules if using Node.js in this folder
|
||||
node_modules/
|
||||
|
||||
# Ignore environment files
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Ignore backup files
|
||||
*.~*
|
Reference in New Issue
Block a user