소스 검색

Merge pull request #2747 from bamapookie/patch-2

JetBrains: Optional excludes for auto-import
Brendan Forster 6 년 전
부모
커밋
6cd6c885ed
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      Global/JetBrains.gitignore

+ 8 - 0
Global/JetBrains.gitignore

@@ -21,6 +21,14 @@
 .idea/**/gradle.xml
 .idea/**/libraries
 
+# Gradle and Maven with auto-import
+# When using Gradle or Maven with auto-import, you should exclude module files,
+# since they will be recreated, and may cause churn.  Uncomment if using
+# auto-import.
+# .idea/modules.xml
+# .idea/*.iml
+# .idea/modules
+
 # CMake
 cmake-build-*/