ソースを参照

chore(ide): 忽略 IntelliJ IDEA 配置文件- 添加 .idea/ 目录到 .gitignore- 防止 IDE 配置文件被提交到版本控制- 保持仓库清洁,避免不必要的文件冲突

林仔 7 ヶ月 前
コミット
1393b55f9f
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -4,6 +4,7 @@ target/
 !**/src/test/**/target/
 
 ### IntelliJ IDEA ###
+.idea/
 .idea/modules.xml
 .idea/jarRepositories.xml
 .idea/compiler.xml