JetBrains.gitignore 844 字节
Newer Older
G
Ginger Geek 已提交
1
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion
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
C
Carl Suster 已提交
13 14

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

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

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

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

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

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

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

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

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