JetBrains.gitignore 874 字节
Newer Older
1
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
2

T
Thomas Queste 已提交
3
*.iml
C
Carl Suster 已提交
4 5 6

## Directory-based project format:
.idea/
R
Ricardo Fuhrmann 已提交
7
# if you remove the above rule, at least ignore the following:
C
Carl Suster 已提交
8 9

# User-specific stuff:
10
# .idea/workspace.xml
11
# .idea/tasks.xml
S
Sam Duke 已提交
12
# .idea/dictionaries
13
# .idea/shelf
C
Carl Suster 已提交
14 15

# Sensitive or high-churn files:
16 17 18 19
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
20
# .idea/uiDesigner.xml
C
Carl Suster 已提交
21 22

# Gradle:
S
Sam Duke 已提交
23 24
# .idea/gradle.xml
# .idea/libraries
C
Carl Suster 已提交
25 26

# Mongo Explorer plugin:
27
# .idea/mongoSettings.xml
28

C
Carl Suster 已提交
29
## File-based project format:
30
*.ipr
31
*.iws
32

C
Carl Suster 已提交
33 34 35
## Plugin-specific files:

# IntelliJ
E
ergl 已提交
36
/out/
37

C
Carl Suster 已提交
38
# mpeltonen/sbt-idea plugin
39
.idea_modules/
40

C
Carl Suster 已提交
41
# JIRA plugin
42
atlassian-ide-plugin.xml
43

C
Carl Suster 已提交
44 45
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
T
Thomas Hunsaker 已提交
46 47
crashlytics.properties
crashlytics-build.properties