Skip to content

Commit d77bce1

Browse files
committed
added ignore file
1 parent a32e4be commit d77bce1

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

.gitignore

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### Java template
3+
4+
*.class
5+
6+
# Mobile Tools for Java (J2ME)
7+
.mtj.tmp/
8+
9+
# Package Files #
10+
*.jar
11+
*.war
12+
*.ear
13+
14+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15+
hs_err_pid*
16+
17+
18+
### Gradle template
19+
.gradle
20+
build/
21+
22+
# Ignore Gradle GUI config
23+
gradle-app.setting
24+
25+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
26+
!gradle-wrapper.jar
27+
28+
# Cache of project
29+
.gradletasknamecache
30+
31+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
32+
# gradle/wrapper/gradle-wrapper.properties
33+
34+
35+
### JetBrains template
36+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
37+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
38+
39+
# User-specific stuff:
40+
.idea/workspace.xml
41+
.idea/tasks.xml
42+
.idea/dictionaries
43+
.idea/vcs.xml
44+
.idea/jsLibraryMappings.xml
45+
46+
# Sensitive or high-churn files:
47+
.idea/dataSources.ids
48+
.idea/dataSources.xml
49+
.idea/dataSources.local.xml
50+
.idea/sqlDataSources.xml
51+
.idea/dynamic.xml
52+
.idea/uiDesigner.xml
53+
54+
# Gradle:
55+
.idea/gradle.xml
56+
.idea/libraries
57+
58+
# Mongo Explorer plugin:
59+
.idea/mongoSettings.xml
60+
61+
## File-based project format:
62+
*.iws
63+
64+
## Plugin-specific files:
65+
66+
# IntelliJ
67+
/out/
68+
69+
# mpeltonen/sbt-idea plugin
70+
.idea_modules/
71+
72+
# JIRA plugin
73+
atlassian-ide-plugin.xml
74+
75+
# Crashlytics plugin (for Android Studio and IntelliJ)
76+
com_crashlytics_export_strings.xml
77+
crashlytics.properties
78+
crashlytics-build.properties
79+
fabric.properties
80+

0 commit comments

Comments
 (0)