chore: 更新.gitignore和portainer-ce/env.cfg文件

更新.gitignore文件以更好地组织忽略规则,包括Docker相关文件、开发环境文件、系统文件和日志文件。同时,将portainer-ce/env.cfg中的Portainer和Agent版本更新至2.27.4。
This commit is contained in:
cnphpbb
2025-04-24 14:30:07 +08:00
parent 3cf1feb7bf
commit 2a97cabd4a
2 changed files with 19 additions and 8 deletions

23
.gitignore vendored
View File

@@ -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/