Skip to content

Commit ce37b07

Browse files
committed
update .gitignore
1 parent 1e566d0 commit ce37b07

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

.gitignore

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,50 @@ _book
1313
# eBook build output
1414
*.epub
1515
*.mobi
16-
*.pdf
16+
*.pdf
17+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion
18+
19+
*.iml
20+
21+
## Directory-based project format:
22+
.idea/
23+
# if you remove the above rule, at least ignore the following:
24+
25+
# User-specific stuff:
26+
# .idea/workspace.xml
27+
# .idea/tasks.xml
28+
# .idea/dictionaries
29+
30+
# Sensitive or high-churn files:
31+
# .idea/dataSources.ids
32+
# .idea/dataSources.xml
33+
# .idea/sqlDataSources.xml
34+
# .idea/dynamic.xml
35+
# .idea/uiDesigner.xml
36+
37+
# Gradle:
38+
# .idea/gradle.xml
39+
# .idea/libraries
40+
41+
# Mongo Explorer plugin:
42+
# .idea/mongoSettings.xml
43+
44+
## File-based project format:
45+
*.ipr
46+
*.iws
47+
48+
## Plugin-specific files:
49+
50+
# IntelliJ
51+
/out/
52+
53+
# mpeltonen/sbt-idea plugin
54+
.idea_modules/
55+
56+
# JIRA plugin
57+
atlassian-ide-plugin.xml
58+
59+
# Crashlytics plugin (for Android Studio and IntelliJ)
60+
com_crashlytics_export_strings.xml
61+
crashlytics.properties
62+
crashlytics-build.properties

0 commit comments

Comments
 (0)