Skip to content

Commit 0afafd1

Browse files
committed
Simplify .gitignore
1 parent b0d74d1 commit 0afafd1

File tree

1 file changed

+1
-67
lines changed

1 file changed

+1
-67
lines changed

.gitignore

Lines changed: 1 addition & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,2 @@
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
5-
6-
# User-specific stuff:
7-
.idea/**/workspace.xml
8-
.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-
# CMake
25-
cmake-build-debug/
26-
27-
# Mongo Explorer plugin:
28-
.idea/**/mongoSettings.xml
29-
30-
## File-based project format:
31-
*.iws
32-
33-
## Plugin-specific files:
34-
35-
# IntelliJ
36-
out/
37-
38-
# mpeltonen/sbt-idea plugin
39-
.idea_modules/
40-
41-
# JIRA plugin
42-
atlassian-ide-plugin.xml
43-
44-
# Cursive Clojure plugin
45-
.idea/replstate.xml
46-
47-
# Crashlytics plugin (for Android Studio and IntelliJ)
48-
com_crashlytics_export_strings.xml
49-
crashlytics.properties
50-
crashlytics-build.properties
51-
fabric.properties
52-
### SBT template
53-
# Simple Build Tool
54-
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
55-
56-
dist/*
571
target/
58-
lib_managed/
59-
src_managed/
60-
project/boot/
61-
project/plugins/project/
62-
.history
63-
.cache
64-
.lib/
65-
### Scala template
66-
*.class
67-
*.log
68-
2+
.idea/

0 commit comments

Comments
 (0)