1
- .classpath
2
- .project
3
- .settings /*
4
- .idea
5
- /bin /
6
- .idea
7
- out
1
+ # Created by .ignore support plugin (hsz.mobi)
2
+ # ## Java template
3
+ # Compiled class file
4
+ * .class
5
+
6
+ # Log file
7
+ * .log
8
+
9
+ # BlueJ files
10
+ * .ctxt
11
+
12
+ # Mobile Tools for Java (J2ME)
13
+ .mtj.tmp /
14
+
15
+ # Package Files #
16
+ * .jar
17
+ * .war
18
+ * .nar
19
+ * .ear
20
+ * .zip
21
+ * .tar.gz
22
+ * .rar
23
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
24
+ hs_err_pid *
25
+
26
+ # ## JetBrains template
27
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
28
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
29
+
30
+ # User-specific stuff
31
+ .idea /** /workspace.xml
32
+ .idea /** /tasks.xml
33
+ .idea /** /usage.statistics.xml
34
+ .idea /** /dictionaries
35
+ .idea /** /shelf
36
+ .idea /** /misc.xml
37
+ .idea /** /discord.xml
38
+ .idea /** /encodings.xml
39
+ .idea /codeStyles /
40
+ .idea /sonarlint /
41
+
42
+ # Generated files
43
+ .idea /** /contentModel.xml
44
+ .idea /** /jarRepositories.xml
45
+ .idea /** /uiDesigner.xml
46
+ .idea /** /inspectionProfiles
47
+ .idea /** /.name
48
+ .idea /** /vcs.xml
49
+ .idea /** /compiler.xml
50
+
51
+ # Sensitive or high-churn files
52
+ .idea /** /dataSources /
53
+ .idea /** /dataSources.ids
54
+ .idea /** /dataSources.local.xml
55
+ .idea /** /sqlDataSources.xml
56
+ .idea /** /dynamic.xml
57
+ .idea /** /dbnavigator.xml
58
+ .idea /kotlinScripting.xml
59
+
60
+ # Gradle
61
+ .idea /** /gradle.xml
62
+ .idea /** /libraries
63
+
64
+ # Gradle and Maven with auto-import
65
+ # When using Gradle or Maven with auto-import, you should exclude module files,
66
+ # since they will be recreated, and may cause churn. Uncomment if using
67
+ # auto-import.
68
+ # .idea/artifacts
69
+ # .idea/compiler.xml
70
+ .idea /modules.xml
71
+ .idea /* .iml
72
+ # .idea/modules
73
+ # *.iml
74
+ # *.ipr
75
+
76
+ # CMake
77
+ cmake-build- * /
78
+
79
+ # Mongo Explorer plugin
80
+ .idea /** /mongoSettings.xml
81
+
82
+ # File-based project format
83
+ * .iws
84
+
85
+ # IntelliJ
86
+ out /
87
+
88
+ # mpeltonen/sbt-idea plugin
89
+ .idea_modules /
90
+
91
+ # JIRA plugin
92
+ atlassian-ide-plugin.xml
93
+
94
+ # Cursive Clojure plugin
95
+ .idea /replstate.xml
96
+
97
+ # Crashlytics plugin (for Android Studio and IntelliJ)
98
+ com_crashlytics_export_strings.xml
99
+ crashlytics.properties
100
+ crashlytics-build.properties
101
+
102
+ # Editor-based Rest Client
103
+ .idea /httpRequests
104
+
105
+ # Android studio 3.1+ serialized cache file
106
+ .idea /caches /build_file_checksums.ser
107
+
108
+ # ## Gradle template
8
109
.gradle
9
- * .iml
10
- build
110
+ /** /build /
111
+
112
+ # Ignore Gradle GUI config
113
+ gradle-app.setting
114
+
115
+ # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
116
+ ! gradle-wrapper.jar
117
+
118
+ # Cache of project
119
+ .gradletasknamecache
120
+
121
+ # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
122
+ # gradle/wrapper/gradle-wrapper.properties
123
+
124
+ .idea /.gitignore
125
+ .idea /modules /
126
+ src /main /resources /
127
+ src /test /
128
+ ** /src /main /generated /*
11
129
12
- # Exclude run except natives
13
- ! run /
14
- run /*
15
- ! run /natives /
130
+ .idea /intellij-javadocs-4.0.1.xml
131
+ run
0 commit comments