forked from DevOps/deploy.stack
chore: 更新.gitignore和portainer-ce/env.cfg文件
更新.gitignore文件以更好地组织忽略规则,包括Docker相关文件、开发环境文件、系统文件和日志文件。同时,将portainer-ce/env.cfg中的Portainer和Agent版本更新至2.27.4。
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -1,7 +1,18 @@
|
||||
.idea
|
||||
node_modules
|
||||
*.env
|
||||
.env*
|
||||
*.local
|
||||
# Docker相关
|
||||
.env
|
||||
*.env.*
|
||||
docker-compose.override.yml
|
||||
|
||||
test
|
||||
# 开发环境
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
logs/
|
||||
|
||||
Reference in New Issue
Block a user