Skip to content

Commit 6242fe8

Browse files
committed
Adjust .gitignore
1 parent 82e7297 commit 6242fe8

File tree

1 file changed

+2
-86
lines changed

1 file changed

+2
-86
lines changed

.gitignore

Lines changed: 2 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,4 @@
1-
2-
# Created by https://www.gitignore.io/api/java,intellij+iml
3-
4-
### Intellij+iml ###
5-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
6-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
7-
8-
# User-specific stuff:
9-
.idea/**/workspace.xml
10-
.idea/**/tasks.xml
11-
.idea/dictionaries
12-
13-
# Sensitive or high-churn files:
14-
.idea/**/dataSources/
15-
.idea/**/dataSources.ids
16-
.idea/**/dataSources.xml
17-
.idea/**/dataSources.local.xml
18-
.idea/**/sqlDataSources.xml
19-
.idea/**/dynamic.xml
20-
.idea/**/uiDesigner.xml
21-
22-
# Gradle:
23-
.idea/**/gradle.xml
24-
.idea/**/libraries
25-
26-
# CMake
27-
cmake-build-debug/
28-
29-
# Mongo Explorer plugin:
30-
.idea/**/mongoSettings.xml
31-
32-
## File-based project format:
33-
*.iws
34-
35-
## Plugin-specific files:
36-
37-
# IntelliJ
38-
/out/
39-
40-
# mpeltonen/sbt-idea plugin
41-
.idea_modules/
42-
43-
# JIRA plugin
44-
atlassian-ide-plugin.xml
45-
46-
# Cursive Clojure plugin
47-
.idea/replstate.xml
48-
49-
# Crashlytics plugin (for Android Studio and IntelliJ)
50-
com_crashlytics_export_strings.xml
51-
crashlytics.properties
52-
crashlytics-build.properties
53-
fabric.properties
54-
55-
### Intellij+iml Patch ###
56-
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
57-
1+
.idea
582
*.iml
59-
modules.xml
60-
.idea/misc.xml
61-
.idea/sonarlint/
62-
*.ipr
63-
64-
### Java ###
65-
# Compiled class file
66-
*.class
67-
68-
# Log file
69-
*.log
70-
71-
# BlueJ files
72-
*.ctxt
73-
74-
# Mobile Tools for Java (J2ME)
75-
.mtj.tmp/
76-
77-
# Package Files #
78-
*.jar
79-
*.war
80-
*.ear
81-
*.zip
82-
*.tar.gz
83-
*.rar
84-
85-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
86-
hs_err_pid*
873

88-
# End of https://www.gitignore.io/api/java,intellij+iml
4+
target

0 commit comments

Comments
 (0)