2 # Created by https://www.gitignore.io/api/eclipse,intellij
3 # Edit at https://www.gitignore.io/?templates=eclipse,intellij
19 # External tool builders
20 .externalToolBuilders/
22 # Locally stored "Eclipse launch configurations"
25 # PyDev specific (Python IDE for Eclipse)
28 # CDT-specific (C/C++ Development Tooling)
34 # Java annotation processor (APT)
37 # PDT-specific (PHP Development Tools)
49 # STS (Spring Tool Suite)
55 # Annotation Processing
58 # Scala IDE specific (Scala & Java development for Eclipse)
67 # JDT-specific (Eclipse Java Development Tools)
70 # Annotation Processing
76 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
77 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
80 .idea/**/workspace.xml
82 .idea/**/usage.statistics.xml
87 .idea/**/contentModel.xml
89 # Sensitive or high-churn files
91 .idea/**/dataSources.ids
92 .idea/**/dataSources.local.xml
93 .idea/**/sqlDataSources.xml
95 .idea/**/uiDesigner.xml
96 .idea/**/dbnavigator.xml
102 # Gradle and Maven with auto-import
103 # When using Gradle or Maven with auto-import, you should exclude module files,
104 # since they will be recreated, and may cause churn. Uncomment if using
113 # Mongo Explorer plugin
114 .idea/**/mongoSettings.xml
116 # File-based project format
122 # mpeltonen/sbt-idea plugin
126 atlassian-ide-plugin.xml
128 # Cursive Clojure plugin
131 # Crashlytics plugin (for Android Studio and IntelliJ)
132 com_crashlytics_export_strings.xml
133 crashlytics.properties
134 crashlytics-build.properties
137 # Editor-based Rest Client
140 # Android studio 3.1+ serialized cache file
141 .idea/caches/build_file_checksums.ser
143 ### Intellij Patch ###
144 # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
154 # End of https://www.gitignore.io/api/eclipse,intellij