Skip to content

Commit d0105d3

Browse files
committed
Check-in IntelliJ configuration
1 parent f896539 commit d0105d3

File tree

8 files changed

+78
-76
lines changed

8 files changed

+78
-76
lines changed

.gitignore

-76
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,6 @@
66
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
77
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
88

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-
# AWS User-specific
17-
.idea/**/aws.xml
18-
19-
# Generated files
20-
.idea/**/contentModel.xml
21-
22-
# Sensitive or high-churn files
23-
.idea/**/dataSources/
24-
.idea/**/dataSources.ids
25-
.idea/**/dataSources.local.xml
26-
.idea/**/sqlDataSources.xml
27-
.idea/**/dynamic.xml
28-
.idea/**/uiDesigner.xml
29-
.idea/**/dbnavigator.xml
30-
31-
# Gradle
32-
.idea/**/gradle.xml
33-
.idea/**/libraries
34-
35-
# Gradle and Maven with auto-import
36-
# When using Gradle or Maven with auto-import, you should exclude module files,
37-
# since they will be recreated, and may cause churn. Uncomment if using
38-
# auto-import.
39-
# .idea/artifacts
40-
# .idea/compiler.xml
41-
# .idea/jarRepositories.xml
42-
# .idea/modules.xml
43-
# .idea/*.iml
44-
# .idea/modules
45-
# *.iml
46-
# *.ipr
47-
489
# CMake
4910
cmake-build-*/
5011

@@ -57,43 +18,6 @@ cmake-build-*/
5718
# IntelliJ
5819
out/
5920

60-
# mpeltonen/sbt-idea plugin
61-
.idea_modules/
62-
63-
# JIRA plugin
64-
atlassian-ide-plugin.xml
65-
66-
# Cursive Clojure plugin
67-
.idea/replstate.xml
68-
69-
# Crashlytics plugin (for Android Studio and IntelliJ)
70-
com_crashlytics_export_strings.xml
71-
crashlytics.properties
72-
crashlytics-build.properties
73-
fabric.properties
74-
75-
# Editor-based Rest Client
76-
.idea/httpRequests
77-
78-
# Android studio 3.1+ serialized cache file
79-
.idea/caches/build_file_checksums.ser
80-
81-
### Intellij+all Patch ###
82-
# Ignores the whole .idea folder and all .iml files
83-
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
84-
85-
.idea/
86-
87-
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
88-
89-
*.iml
90-
modules.xml
91-
.idea/misc.xml
92-
*.ipr
93-
94-
# Sonarlint plugin
95-
.idea/sonarlint
96-
9721
### Gradle ###
9822
.gradle
9923
build/

.idea/.gitignore

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)