Skip to content

Commit cb0eade

Browse files
committed
1 parent aaf1d32 commit cb0eade

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

.gitignore

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,81 @@
88
/spec/reports/
99
/tmp/
1010
/vendor/
11+
12+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
13+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
14+
15+
# User-specific stuff
16+
.idea/**/workspace.xml
17+
.idea/**/tasks.xml
18+
.idea/**/usage.statistics.xml
19+
.idea/**/dictionaries
20+
.idea/**/shelf
21+
22+
# AWS User-specific
23+
.idea/**/aws.xml
24+
25+
# Generated files
26+
.idea/**/contentModel.xml
27+
28+
# Sensitive or high-churn files
29+
.idea/**/dataSources/
30+
.idea/**/dataSources.ids
31+
.idea/**/dataSources.local.xml
32+
.idea/**/sqlDataSources.xml
33+
.idea/**/dynamic.xml
34+
.idea/**/uiDesigner.xml
35+
.idea/**/dbnavigator.xml
36+
37+
# Gradle
38+
.idea/**/gradle.xml
39+
.idea/**/libraries
40+
41+
# Gradle and Maven with auto-import
42+
# When using Gradle or Maven with auto-import, you should exclude module files,
43+
# since they will be recreated, and may cause churn. Uncomment if using
44+
# auto-import.
45+
# .idea/artifacts
46+
# .idea/compiler.xml
47+
# .idea/jarRepositories.xml
48+
# .idea/modules.xml
49+
# .idea/*.iml
50+
# .idea/modules
51+
# *.iml
52+
# *.ipr
53+
54+
# CMake
55+
cmake-build-*/
56+
57+
# Mongo Explorer plugin
58+
.idea/**/mongoSettings.xml
59+
60+
# File-based project format
61+
*.iws
62+
63+
# IntelliJ
64+
out/
65+
66+
# mpeltonen/sbt-idea plugin
67+
.idea_modules/
68+
69+
# JIRA plugin
70+
atlassian-ide-plugin.xml
71+
72+
# Cursive Clojure plugin
73+
.idea/replstate.xml
74+
75+
# SonarLint plugin
76+
.idea/sonarlint/
77+
78+
# Crashlytics plugin (for Android Studio and IntelliJ)
79+
com_crashlytics_export_strings.xml
80+
crashlytics.properties
81+
crashlytics-build.properties
82+
fabric.properties
83+
84+
# Editor-based Rest Client
85+
.idea/httpRequests
86+
87+
# Android studio 3.1+ serialized cache file
88+
.idea/caches/build_file_checksums.ser

0 commit comments

Comments
 (0)