From c10ffd829c758ac04d86e4c4a8482b49a00bbc7e Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Thu, 24 Apr 2025 14:30:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore=E5=92=8Cp?= =?UTF-8?q?ortainer-ce/env.cfg=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新.gitignore文件以更好地组织忽略规则,包括Docker相关文件、开发环境文件、系统文件和日志文件。同时,将portainer-ce/env.cfg中的Portainer和Agent版本更新至2.27.4。 --- .gitignore | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3dc6966..cf136b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,18 @@ -.idea -node_modules -*.env -.env* -*.local +# Docker相关 +.env +*.env.* +docker-compose.override.yml -test \ No newline at end of file +# 开发环境 +.idea/ +.vscode/ +*.swp +*.swo + +# 系统文件 +.DS_Store +Thumbs.db + +# 日志文件 +*.log +logs/