Updated repo to use docker-compose. Updated debian version due to EOL of previous one
This commit is contained in:
36
.gitignore
vendored
36
.gitignore
vendored
@@ -1,2 +1,36 @@
|
||||
# MacOS filesystem
|
||||
# Environment variables with sensitive data
|
||||
.env
|
||||
|
||||
# Docker volumes and data
|
||||
server_data/
|
||||
|
||||
# Docker build cache
|
||||
.dockerignore
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Compiled AMX plugins
|
||||
*.amxx
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.sublime-*
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*.backup
|
||||
*~
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
Reference in New Issue
Block a user