JetBrains.gitignore 1014 字节
Newer Older
1
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
R
Ray Fang 已提交
2
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
C
Carl Suster 已提交
3

4
# User-specific stuff
J
Jarl Gullberg 已提交
5 6
.idea/**/workspace.xml
.idea/**/tasks.xml
T
Tim Whitbeck 已提交
7 8
.idea/**/dictionaries
.idea/**/shelf
C
Carl Suster 已提交
9

10
# Sensitive or high-churn files
J
Jarl Gullberg 已提交
11 12 13 14 15 16
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
C
Carl Suster 已提交
17

18
# Gradle
J
Jarl Gullberg 已提交
19 20
.idea/**/gradle.xml
.idea/**/libraries
C
Carl Suster 已提交
21

O
Omar Shaikh 已提交
22 23
# CMake
cmake-build-debug/
24
cmake-build-release/
O
Omar Shaikh 已提交
25

26
# Mongo Explorer plugin
J
Jarl Gullberg 已提交
27
.idea/**/mongoSettings.xml
28

A
Arthur Kelsch 已提交
29
# File-based project format
30
*.iws
31

C
Carl Suster 已提交
32
# IntelliJ
33
out/
34

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

C
Carl Suster 已提交
38
# JIRA plugin
39
atlassian-ide-plugin.xml
40

R
Robert Richter 已提交
41 42 43
# Cursive Clojure plugin
.idea/replstate.xml

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
V
Victor Häggqvist 已提交
48
fabric.properties
49 50 51

# Editor-based Rest Client
.idea/httpRequests