Skip to content

Commit 97e7de6

Browse files
committed
gitgone
1 parent 46bb7da commit 97e7de6

1 file changed

Lines changed: 13 additions & 71 deletions

File tree

.gitignore

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

0 commit comments

Comments
 (0)