JetBrains.gitignore 740 字节
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
S
Sam Duke 已提交
15
# and, if using gradle::
S
Sam Duke 已提交
16 17
# .idea/gradle.xml
# .idea/libraries
18

S
Sam Duke 已提交
19
## File-based project format
20
*.ipr
21
*.iws
22 23 24

## Additional for IntelliJ
out/
25 26 27

# generated by mpeltonen/sbt-idea plugin
.idea_modules/
28 29 30

# generated by JIRA plugin
atlassian-ide-plugin.xml
31 32 33

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