Skip to content

Commit 5e05bb6

Browse files
committed
.gitignore is now working
1 parent aafde63 commit 5e05bb6

File tree

4 files changed

+2
-103
lines changed

4 files changed

+2
-103
lines changed

.gitignore

+2-81
Original file line numberDiff line numberDiff line change
@@ -23,103 +23,24 @@
2323
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
2424
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
2525

26-
# User-specific stuff
27-
.idea/**/workspace.xml
28-
.idea/**/tasks.xml
29-
.idea/**/usage.statistics.xml
30-
.idea/**/dictionaries
31-
.idea/**/shelf
32-
33-
# Generated files
34-
.idea/**/contentModel.xml
35-
36-
# Sensitive or high-churn files
37-
.idea/**/dataSources/
38-
.idea/**/dataSources.ids
39-
.idea/**/dataSources.local.xml
40-
.idea/**/sqlDataSources.xml
41-
.idea/**/dynamic.xml
42-
.idea/**/uiDesigner.xml
43-
.idea/**/dbnavigator.xml
44-
45-
# Gradle
46-
.idea/**/gradle.xml
47-
.idea/**/libraries
48-
49-
# Gradle and Maven with auto-import
50-
# When using Gradle or Maven with auto-import, you should exclude module files,
51-
# since they will be recreated, and may cause churn. Uncomment if using
52-
# auto-import.
53-
# .idea/artifacts
54-
# .idea/compiler.xml
55-
# .idea/jarRepositories.xml
56-
# .idea/modules.xml
57-
# .idea/*.iml
58-
# .idea/modules
59-
# *.iml
60-
# *.ipr
61-
6226
# CMake
6327
cmake-build-*/
6428

65-
# Mongo Explorer plugin
66-
.idea/**/mongoSettings.xml
67-
6829
# File-based project format
6930
*.iws
7031

7132
# IntelliJ
7233
out/
7334

74-
# mpeltonen/sbt-idea plugin
75-
.idea_modules/
76-
7735
# JIRA plugin
7836
atlassian-ide-plugin.xml
7937

80-
# Cursive Clojure plugin
81-
.idea/replstate.xml
82-
8338
# Crashlytics plugin (for Android Studio and IntelliJ)
8439
com_crashlytics_export_strings.xml
8540
crashlytics.properties
8641
crashlytics-build.properties
8742
fabric.properties
8843

89-
# Editor-based Rest Client
90-
.idea/httpRequests
91-
92-
# Android studio 3.1+ serialized cache file
93-
.idea/caches/build_file_checksums.ser
94-
95-
### WebStorm Patch ###
96-
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
97-
98-
# *.iml
99-
# modules.xml
100-
# .idea/misc.xml
101-
# *.ipr
102-
103-
# Sonarlint plugin
104-
# https://plugins.jetbrains.com/plugin/7973-sonarlint
105-
.idea/**/sonarlint/
106-
107-
# SonarQube Plugin
108-
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
109-
.idea/**/sonarIssues.xml
110-
111-
# Markdown Navigator plugin
112-
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
113-
.idea/**/markdown-navigator.xml
114-
.idea/**/markdown-navigator-enh.xml
115-
.idea/**/markdown-navigator/
116-
117-
# Cache file creation bug
118-
# See https://youtrack.jetbrains.com/issue/JBR-2257
119-
.idea/$CACHE_FILE$
120-
121-
# CodeStream plugin
122-
# https://plugins.jetbrains.com/plugin/12206-codestream
123-
.idea/codestream.xml
124-
44+
.idea/
45+
.vscode/
12546
# End of https://www.toptal.com/developers/gitignore/api/go,webstorm

.idea/grpc-golang.iml

-8
This file was deleted.

.idea/modules.xml

-8
This file was deleted.

.idea/vcs.xml

-6
This file was deleted.

0 commit comments

Comments
 (0)