JetBrains.gitignore 1.5 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
# 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.
31 32
# .idea/artifacts
# .idea/compiler.xml
33
# .idea/jarRepositories.xml
34
# .idea/modules.xml
35 36
# .idea/*.iml
# .idea/modules
37 38
# *.iml
# *.ipr
39

O
Omar Shaikh 已提交
40
# CMake
L
Lasse Meyer 已提交
41
cmake-build-*/
O
Omar Shaikh 已提交
42

43
# Mongo Explorer plugin
J
Jarl Gullberg 已提交
44
.idea/**/mongoSettings.xml
45

A
Arthur Kelsch 已提交
46
# File-based project format
47
*.iws
48

C
Carl Suster 已提交
49
# IntelliJ
50
out/
51

C
Carl Suster 已提交
52
# mpeltonen/sbt-idea plugin
53
.idea_modules/
54

C
Carl Suster 已提交
55
# JIRA plugin
56
atlassian-ide-plugin.xml
57

R
Robert Richter 已提交
58 59 60
# Cursive Clojure plugin
.idea/replstate.xml

C
Carl Suster 已提交
61 62
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
T
Thomas Hunsaker 已提交
63 64
crashlytics.properties
crashlytics-build.properties
V
Victor Häggqvist 已提交
65
fabric.properties
66 67 68

# Editor-based Rest Client
.idea/httpRequests
69 70 71

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