Skip to content

Commit 21c7741

Browse files
committed
add .gitignore for Jetbrains products
1 parent 6c942cf commit 21c7741

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.gitignore

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
2+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
3+
4+
# User-specific stuff:
5+
.idea/**/workspace.xml
6+
.idea/**/tasks.xml
7+
8+
# Sensitive or high-churn files:
9+
.idea/**/dataSources/
10+
.idea/**/dataSources.ids
11+
.idea/**/dataSources.xml
12+
.idea/**/dataSources.local.xml
13+
.idea/**/sqlDataSources.xml
14+
.idea/**/dynamic.xml
15+
.idea/**/uiDesigner.xml
16+
17+
# Gradle:
18+
.idea/**/gradle.xml
19+
.idea/**/libraries
20+
21+
# Mongo Explorer plugin:
22+
.idea/**/mongoSettings.xml
23+
24+
## File-based project format:
25+
*.iws
26+
27+
## Plugin-specific files:
28+
29+
# IntelliJ
30+
/out/
31+
32+
# mpeltonen/sbt-idea plugin
33+
.idea_modules/
34+
35+
# JIRA plugin
36+
atlassian-ide-plugin.xml
37+
38+
# Crashlytics plugin (for Android Studio and IntelliJ)
39+
com_crashlytics_export_strings.xml
40+
crashlytics.properties
41+
crashlytics-build.properties
42+
fabric.properties

0 commit comments

Comments
 (0)