JetBrains.gitignore 1.3 KB
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
S
Shawn Kovalchick 已提交
7
.idea/**/usage.statistics.xml
T
Tim Whitbeck 已提交
8 9
.idea/**/dictionaries
.idea/**/shelf
C
Carl Suster 已提交
10

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

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

24 25 26 27 28 29 30
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn.  Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/**/*.iml

O
Omar Shaikh 已提交
31
# CMake
L
Lasse Meyer 已提交
32
cmake-build-*/
O
Omar Shaikh 已提交
33

34
# Mongo Explorer plugin
J
Jarl Gullberg 已提交
35
.idea/**/mongoSettings.xml
36

A
Arthur Kelsch 已提交
37
# File-based project format
38
*.iws
39

C
Carl Suster 已提交
40
# IntelliJ
41
out/
42

C
Carl Suster 已提交
43
# mpeltonen/sbt-idea plugin
44
.idea_modules/
45

C
Carl Suster 已提交
46
# JIRA plugin
47
atlassian-ide-plugin.xml
48

R
Robert Richter 已提交
49 50 51
# Cursive Clojure plugin
.idea/replstate.xml

C
Carl Suster 已提交
52 53
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
T
Thomas Hunsaker 已提交
54 55
crashlytics.properties
crashlytics-build.properties
V
Victor Häggqvist 已提交
56
fabric.properties
57 58 59

# Editor-based Rest Client
.idea/httpRequests