Ver código fonte

优化git忽略文件

johnclot69 3 meses atrás
pai
commit
59f241f03e
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      .gitignore

+ 4 - 4
.gitignore

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