Skip to content

Commit bb5381a

Browse files
committed
Remove workspace from version control
1 parent 6b6b438 commit bb5381a

File tree

2 files changed

+50
-1645
lines changed

2 files changed

+50
-1645
lines changed

.gitignore

+50
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,56 @@ atlassian-ide-plugin.xml
4444
# Cursive Clojure plugin
4545
.idea/replstate.xml
4646

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+
53+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
54+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
55+
56+
# User-specific stuff:
57+
.idea/**/workspace.xml
58+
.idea/**/tasks.xml
59+
.idea/dictionaries
60+
61+
# Sensitive or high-churn files:
62+
.idea/**/dataSources/
63+
.idea/**/dataSources.ids
64+
.idea/**/dataSources.xml
65+
.idea/**/dataSources.local.xml
66+
.idea/**/sqlDataSources.xml
67+
.idea/**/dynamic.xml
68+
.idea/**/uiDesigner.xml
69+
70+
# Gradle:
71+
.idea/**/gradle.xml
72+
.idea/**/libraries
73+
74+
# CMake
75+
cmake-build-debug/
76+
77+
# Mongo Explorer plugin:
78+
.idea/**/mongoSettings.xml
79+
80+
## File-based project format:
81+
*.iws
82+
83+
## Plugin-specific files:
84+
85+
# IntelliJ
86+
out/
87+
88+
# mpeltonen/sbt-idea plugin
89+
.idea_modules/
90+
91+
# JIRA plugin
92+
atlassian-ide-plugin.xml
93+
94+
# Cursive Clojure plugin
95+
.idea/replstate.xml
96+
4797
# Crashlytics plugin (for Android Studio and IntelliJ)
4898
com_crashlytics_export_strings.xml
4999
crashlytics.properties

0 commit comments

Comments
 (0)