JetBrains.gitignore 1.4 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 12 13
# Generated files
.idea/**/contentModel.xml

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

23
# Gradle
J
Jarl Gullberg 已提交
24 25
.idea/**/gradle.xml
.idea/**/libraries
C
Carl Suster 已提交
26

27 28 29 30 31
# 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
32 33
# .idea/*.iml
# .idea/modules
34

O
Omar Shaikh 已提交
35
# CMake
L
Lasse Meyer 已提交
36
cmake-build-*/
O
Omar Shaikh 已提交
37

38
# Mongo Explorer plugin
J
Jarl Gullberg 已提交
39
.idea/**/mongoSettings.xml
40

A
Arthur Kelsch 已提交
41
# File-based project format
42
*.iws
43

C
Carl Suster 已提交
44
# IntelliJ
45
out/
46

C
Carl Suster 已提交
47
# mpeltonen/sbt-idea plugin
48
.idea_modules/
49

C
Carl Suster 已提交
50
# JIRA plugin
51
atlassian-ide-plugin.xml
52

R
Robert Richter 已提交
53 54 55
# Cursive Clojure plugin
.idea/replstate.xml

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

# Editor-based Rest Client
.idea/httpRequests
64 65 66

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser