Skip to content

Commit 5a310d7

Browse files
committed
simplify .gitignore
1 parent 8b8ab71 commit 5a310d7

2 files changed

Lines changed: 9 additions & 64 deletions

File tree

.gitignore

Lines changed: 3 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,7 @@
1-
# Created by .ignore support plugin (hsz.mobi)
2-
### JetBrains template
3-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
4-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
1+
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
52

6-
# User-specific stuff:
73
.idea/**/workspace.xml
84
.idea/**/tasks.xml
9-
.idea/dictionaries
10-
11-
# Sensitive or high-churn files:
12-
.idea/**/dataSources/
13-
.idea/**/dataSources.ids
14-
.idea/**/dataSources.xml
15-
.idea/**/dataSources.local.xml
16-
.idea/**/sqlDataSources.xml
17-
.idea/**/dynamic.xml
18-
.idea/**/uiDesigner.xml
19-
20-
# Gradle:
21-
.idea/**/gradle.xml
22-
.idea/**/libraries
23-
24-
# Mongo Explorer plugin:
25-
.idea/**/mongoSettings.xml
26-
27-
## File-based project format:
28-
*.iws
29-
30-
## Plugin-specific files:
31-
32-
# IntelliJ
335
/out/
34-
35-
# mpeltonen/sbt-idea plugin
36-
.idea_modules/
37-
38-
# JIRA plugin
39-
atlassian-ide-plugin.xml
40-
41-
# Crashlytics plugin (for Android Studio and IntelliJ)
42-
com_crashlytics_export_strings.xml
43-
crashlytics.properties
44-
crashlytics-build.properties
45-
fabric.properties
46-
### Java template
47-
# Compiled class file
48-
*.class
49-
50-
# Log file
51-
*.log
52-
53-
# BlueJ files
54-
*.ctxt
55-
56-
# Mobile Tools for Java (J2ME)
57-
.mtj.tmp/
58-
59-
# Package Files #
60-
*.war
61-
*.ear
62-
*.zip
63-
*.tar.gz
64-
*.rar
65-
66-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
67-
hs_err_pid*
68-
6+
/.gradle/
7+
/build/

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)