1-
2- # Created by https://www.gitignore.io/api/netbeans,jetbrains,maven,intellij,eclipse,cloud9
3-
4- # ## Cloud9 ###
5- # Cloud9 IDE - http://c9.io
6- .c9revisions
7- .c9
8-
9- # ## Eclipse ###
10-
11- .metadata
12- bin /
13- tmp /
14- * .tmp
15- * .bak
16- * .swp
17- * ~.nib
18- local.properties
19- .settings /
20- .loadpath
21- .recommenders
22-
23- # Eclipse Core
24- .project
25-
26- # External tool builders
27- .externalToolBuilders /
28-
29- # Locally stored "Eclipse launch configurations"
30- * .launch
31-
32- # PyDev specific (Python IDE for Eclipse)
33- * .pydevproject
34-
35- # CDT-specific (C/C++ Development Tooling)
36- .cproject
37-
38- # JDT-specific (Eclipse Java Development Tools)
39- .classpath
40-
41- # Java annotation processor (APT)
42- .factorypath
43-
44- # PDT-specific (PHP Development Tools)
45- .buildpath
46-
47- # sbteclipse plugin
48- .target
49-
50- # Tern plugin
51- .tern-project
52-
53- # TeXlipse plugin
54- .texlipse
55-
56- # STS (Spring Tool Suite)
57- .springBeans
58-
59- # Code Recommenders
60- .recommenders /
61-
62- # ## Intellij ###
63- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
64- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
65-
66- # User-specific stuff:
67- .idea /workspace.xml
68- .idea /tasks.xml
69-
70- # Sensitive or high-churn files:
71- .idea /dataSources /
72- .idea /dataSources.ids
73- .idea /dataSources.xml
74- .idea /dataSources.local.xml
75- .idea /sqlDataSources.xml
76- .idea /dynamic.xml
77- .idea /uiDesigner.xml
78-
79- # Gradle:
80- .idea /gradle.xml
81- .idea /libraries
82-
83- # Mongo Explorer plugin:
84- .idea /mongoSettings.xml
85-
86- # # File-based project format:
87- * .iws
88-
89- # # Plugin-specific files:
90-
91- # IntelliJ
92- /out /
93-
94- # mpeltonen/sbt-idea plugin
95- .idea_modules /
96-
97- # JIRA plugin
98- atlassian-ide-plugin.xml
99-
100- # Crashlytics plugin (for Android Studio and IntelliJ)
101- com_crashlytics_export_strings.xml
102- crashlytics.properties
103- crashlytics-build.properties
104- fabric.properties
105-
106- # ## Intellij Patch ###
107- # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
108-
109- # *.iml
110- # modules.xml
111- # .idea/misc.xml
112- # *.ipr
113-
114- # ## JetBrains ###
115- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
116- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
117-
118- # User-specific stuff:
119-
120- # Sensitive or high-churn files:
121-
122- # Gradle:
123-
124- # Mongo Explorer plugin:
125-
126- # # File-based project format:
127-
128- # # Plugin-specific files:
129-
130- # IntelliJ
131-
132- # mpeltonen/sbt-idea plugin
133-
134- # JIRA plugin
135-
136- # Crashlytics plugin (for Android Studio and IntelliJ)
137-
138- # ## JetBrains Patch ###
139- # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
140-
141- # *.iml
142- # modules.xml
143- # .idea/misc.xml
144- # *.ipr
145-
146- # ## Maven ###
147- target /
148- pom.xml.tag
149- pom.xml.releaseBackup
150- pom.xml.versionsBackup
151- pom.xml.next
152- release.properties
153- dependency-reduced-pom.xml
154- buildNumber.properties
155- .mvn /timing.properties
156-
157- # Exclude maven wrapper
158- ! /.mvn /wrapper /maven-wrapper.jar
159-
160- # ## NetBeans ###
161- nbproject /private /
162- build /
163- nbbuild /
164- dist /
165- nbdist /
166- .nb-gradle /
167-
168- # # Custom ###
1691.idea /
1702* .iml
171-
172- # End of https://www.gitignore.io/api/netbeans,jetbrains,maven,intellij,eclipse,cloud9
3+ * .ipr
4+ target /
5+ dependency-reduced-pom.xml
6+ * .class
7+ * .jar
8+ * ~
0 commit comments