Skip to content

Commit db6eba9

Browse files
author
craigsdennis
committed
Initial commit
0 parents  commit db6eba9

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)