소스 검색

Ignore everything from IntelliJ

DricomDragon 5 년 전
부모
커밋
3ce3acc871
1개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  1. 6 8
      Install/Templates/gitignore

+ 6 - 8
Install/Templates/gitignore

@@ -59,11 +59,12 @@ tags
 .idea/**/libraries
 
 # Gradle and Maven with auto-import
-# .idea/modules.xml
-# .idea/*.iml
-# .idea/modules
-# *.iml
-# *.ipr
+.idea/modules.xml
+.idea/*.iml
+.idea/modules
+modules.xml
+*.iml
+*.ipr
 
 # CMake
 cmake-build-*/
@@ -101,10 +102,7 @@ fabric.properties
 ### Intellij+iml Patch ###
 # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
 
-*.iml
-modules.xml
 .idea/misc.xml
-*.ipr
 
 # End of https://www.gitignore.io/api/intellij+iml