Browse Source

优化git忽略文件

johnclot69 3 months ago
parent
commit
59f241f03e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .gitignore

+ 4 - 4
.gitignore

@@ -1,6 +1,6 @@
-# Log files
+# 忽略所有 .log 文件
 *.log
 
-# Environment-specific configurations
-.env
-/GameServer/logs
+# 忽略 logs 文件夹及其内容
+logs/
+