Skip to content

Commit af89d00

Browse files
committed
Added JetBrains files to .gitignore
1 parent 547aca3 commit af89d00

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,51 @@ Icon
4242
*.TMP
4343
tardisdiff.sublime-project
4444
tardisdiff.sublime-workspace
45+
### https://raw.github.com/github/gitignore/master/Global/JetBrains.gitignore
46+
47+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
48+
49+
/*.iml
50+
51+
## Directory-based project format:
52+
.idea/
53+
# if you remove the above rule, at least ignore the follwing:
54+
55+
# User-specific stuff:
56+
# .idea/workspace.xml
57+
# .idea/tasks.xml
58+
# .idea/dictionaries
59+
60+
# Sensitive or high-churn files:
61+
# .idea/dataSources.ids
62+
# .idea/dataSources.xml
63+
# .idea/sqlDataSources.xml
64+
# .idea/dynamic.xml
65+
# .idea/uiDesigner.xml
66+
67+
# Gradle:
68+
# .idea/gradle.xml
69+
# .idea/libraries
70+
71+
# Mongo Explorer plugin:
72+
# .idea/mongoSettings.xml
73+
74+
## File-based project format:
75+
*.ipr
76+
*.iws
77+
78+
## Plugin-specific files:
79+
80+
# IntelliJ
81+
out/
82+
83+
# mpeltonen/sbt-idea plugin
84+
.idea_modules/
85+
86+
# JIRA plugin
87+
atlassian-ide-plugin.xml
88+
89+
# Crashlytics plugin (for Android Studio and IntelliJ)
90+
com_crashlytics_export_strings.xml
91+
92+

0 commit comments

Comments
 (0)