diff options
author | Shawn Kovalchick <bamapookie@gmail.com> | 2018-06-29 08:50:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 08:50:57 -0400 |
commit | 468a00afc9f8b06dae64a5e290be10034d9b8dcd (patch) | |
tree | 98843fa310763d273e52c6903f285efa5417a3d0 /Global | |
parent | 9931a0607752664877a66bb220f11aa285dc1047 (diff) | |
download | gitignore-468a00afc9f8b06dae64a5e290be10034d9b8dcd.tar.gz gitignore-468a00afc9f8b06dae64a5e290be10034d9b8dcd.zip |
JetBrains: Optional excludes for auto-import
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.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/JetBrains.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 02d16aae..9cd884a2 100644 --- a/Global/JetBrains.gitignore +++ b/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/libraries/**/*.xml + # CMake cmake-build-*/ |