JetBrains.gitignore 853 字节
Newer Older
S
ssinss 已提交
1
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
2 3 4

## Directory-based project format
.idea/
S
Sam Duke 已提交
5
/*.iml
6 7
# if you remove the above rule, at least ignore user-specific stuff:
# .idea/workspace.xml
8
# .idea/tasks.xml
S
Sam Duke 已提交
9
# .idea/dictionaries
10
# and these sensitive or high-churn files:
11 12 13 14
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
15 16 17
# and this UI specific file
# .idea/uiDesigner.xml
# and, if using gradle:
S
Sam Duke 已提交
18 19
# .idea/gradle.xml
# .idea/libraries
20 21
# and, if using Mongo Explorer plugin
# .idea/mongoSettings.xml
22

S
Sam Duke 已提交
23
## File-based project format
24
*.ipr
25
*.iws
26 27 28

## Additional for IntelliJ
out/
29 30 31

# generated by mpeltonen/sbt-idea plugin
.idea_modules/
32 33 34

# generated by JIRA plugin
atlassian-ide-plugin.xml
35 36

# generated by Crashlytics plugin (for Android Studio and Intellij)
37
com_crashlytics_export_strings.xml