]> source.dussan.org Git - gitignore.git/commitdiff
JetBrains: Optional excludes for auto-import
authorShawn Kovalchick <bamapookie@gmail.com>
Fri, 29 Jun 2018 12:50:57 +0000 (08:50 -0400)
committerGitHub <noreply@github.com>
Fri, 29 Jun 2018 12:50:57 +0000 (08:50 -0400)
Add extra commented section to use when using Gradle or Maven auto-import.
These are mentioned in the original reference for optional excludes (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839).
If this would be better as a separate, non-commented ignore file, let me know and I will resubmit.

Global/JetBrains.gitignore

index 02d16aae38c6fdab63f9d5e14b2b4e1a92dccdff..9cd884a29aea4bb3170ea8be591de264c2c8292e 100644 (file)
 .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/libraries/**/*.xml
+
 # CMake
 cmake-build-*/