first commit

This commit is contained in:
2025-04-16 16:01:11 +08:00
commit 591667f0f7
10 changed files with 295 additions and 0 deletions

25
.gitignore vendored Normal file
View 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
*.~*