1
-
2
- # Created by https://www.gitignore.io/api/gradle,kotlin,intellij
3
- # Edit at https://www.gitignore.io/?templates=gradle,kotlin,intellij
4
-
5
- # ## Intellij ###
6
- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
7
- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8
-
9
- # User-specific stuff
10
- .idea /** /workspace.xml
11
- .idea /** /tasks.xml
12
- .idea /** /usage.statistics.xml
13
- .idea /** /dictionaries
14
- .idea /** /shelf
15
-
16
- # Generated files
17
- .idea /** /contentModel.xml
18
-
19
- # Sensitive or high-churn files
20
- .idea /** /dataSources /
21
- .idea /** /dataSources.ids
22
- .idea /** /dataSources.local.xml
23
- .idea /** /sqlDataSources.xml
24
- .idea /** /dynamic.xml
25
- .idea /** /uiDesigner.xml
26
- .idea /** /dbnavigator.xml
27
-
28
- # Gradle
29
- .idea /** /gradle.xml
30
- .idea /** /libraries
31
-
32
- # Gradle and Maven with auto-# When using Gradle or Maven with auto-import, you should exclude module files,
33
- # since they will be recreated, and may cause churn. Uncomment if using
34
- # auto-import.
35
- .idea /modules.xml
36
- .idea /* .iml
37
- .idea /modules
38
-
39
- # CMake
40
- cmake-build- * /
41
-
42
- # Mongo Explorer plugin
43
- .idea /** /mongoSettings.xml
44
-
45
- # File-based project format
46
- * .iws
47
-
48
- # IntelliJ
49
- out /
50
-
51
- # mpeltonen/sbt-idea plugin
52
- .idea_modules /
53
-
54
- # JIRA plugin
55
- atlassian-ide-plugin.xml
56
-
57
- # Cursive Clojure plugin
58
- .idea /replstate.xml
59
-
60
- # Crashlytics plugin (for Android Studio and IntelliJ)
61
- com_crashlytics_export_strings.xml
62
- crashlytics.properties
63
- crashlytics-build.properties
64
- fabric.properties
65
-
66
- # Editor-based Rest Client
67
- .idea /httpRequests
68
-
69
- # Android studio 3.1+ serialized cache file
70
- .idea /caches /build_file_checksums.ser
71
-
72
- # ## Intellij Patch ###
73
- # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
74
-
75
- # *.iml
76
- # modules.xml
77
- # .idea/misc.xml
78
- # *.ipr
79
-
80
- # Sonarlint plugin
81
- .idea /sonarlint
82
-
83
- # ## Kotlin ###
84
- # Compiled class file
85
- * .class
86
-
87
- # Log file
88
- * .log
89
-
90
- # BlueJ files
91
- * .ctxt
92
-
93
- # Mobile Tools for Java (J2ME)
94
- .mtj.tmp /
95
-
96
- # Package Files #
97
- * .jar
98
- * .war
99
- * .nar
100
- * .ear
101
- * .zip
102
- * .tar.gz
103
- * .rar
104
-
105
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
106
- hs_err_pid *
107
-
108
- # ## Gradle ###
109
- .gradle
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
- # ## Gradle Patch ###
125
- ** /build /
126
-
127
- # End of https://www.gitignore.io/api/gradle,kotlin,intellij
1
+
2
+ # Created by https://www.gitignore.io/api/gradle,kotlin,intellij
3
+ # Edit at https://www.gitignore.io/?templates=gradle,kotlin,intellij
4
+
5
+ # ## Intellij ###
6
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
7
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8
+
9
+ # User-specific stuff
10
+ .idea /** /workspace.xml
11
+ .idea /** /tasks.xml
12
+ .idea /** /usage.statistics.xml
13
+ .idea /** /dictionaries
14
+ .idea /** /shelf
15
+
16
+ # Generated files
17
+ .idea /** /contentModel.xml
18
+
19
+ # Sensitive or high-churn files
20
+ .idea /** /dataSources /
21
+ .idea /** /dataSources.ids
22
+ .idea /** /dataSources.local.xml
23
+ .idea /** /sqlDataSources.xml
24
+ .idea /** /dynamic.xml
25
+ .idea /** /uiDesigner.xml
26
+ .idea /** /dbnavigator.xml
27
+
28
+ # Gradle
29
+ .idea /** /gradle.xml
30
+ .idea /** /libraries
31
+
32
+ # Gradle and Maven with auto-# When using Gradle or Maven with auto-import, you should exclude module files,
33
+ # since they will be recreated, and may cause churn. Uncomment if using
34
+ # auto-import.
35
+ .idea /modules.xml
36
+ .idea /* .iml
37
+ .idea /modules
38
+
39
+ # CMake
40
+ cmake-build- * /
41
+
42
+ # Mongo Explorer plugin
43
+ .idea /** /mongoSettings.xml
44
+
45
+ # File-based project format
46
+ * .iws
47
+
48
+ # IntelliJ
49
+ out /
50
+
51
+ # mpeltonen/sbt-idea plugin
52
+ .idea_modules /
53
+
54
+ # JIRA plugin
55
+ atlassian-ide-plugin.xml
56
+
57
+ # Cursive Clojure plugin
58
+ .idea /replstate.xml
59
+
60
+ # Crashlytics plugin (for Android Studio and IntelliJ)
61
+ com_crashlytics_export_strings.xml
62
+ crashlytics.properties
63
+ crashlytics-build.properties
64
+ fabric.properties
65
+
66
+ # Editor-based Rest Client
67
+ .idea /httpRequests
68
+
69
+ # Android studio 3.1+ serialized cache file
70
+ .idea /caches /build_file_checksums.ser
71
+
72
+ # ## Intellij Patch ###
73
+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
74
+
75
+ # *.iml
76
+ # modules.xml
77
+ # .idea/misc.xml
78
+ # *.ipr
79
+
80
+ # Sonarlint plugin
81
+ .idea /sonarlint
82
+
83
+ # ## Kotlin ###
84
+ # Compiled class file
85
+ * .class
86
+
87
+ # Log file
88
+ * .log
89
+
90
+ # BlueJ files
91
+ * .ctxt
92
+
93
+ # Mobile Tools for Java (J2ME)
94
+ .mtj.tmp /
95
+
96
+ # Package Files #
97
+ * .jar
98
+ * .war
99
+ * .nar
100
+ * .ear
101
+ * .zip
102
+ * .tar.gz
103
+ * .rar
104
+
105
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
106
+ hs_err_pid *
107
+
108
+ # ## Gradle ###
109
+ .gradle
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
+ # ## Gradle Patch ###
125
+ ** /build /
126
+
127
+ # End of https://www.gitignore.io/api/gradle,kotlin,intellij
128
128
/.idea /
0 commit comments