Skip to content

Commit d523ab7

Browse files
committed
chore: remove .idea and add gitnore
1 parent ebadb22 commit d523ab7

10 files changed

Lines changed: 82 additions & 59 deletions

File tree

.gitignore

Lines changed: 82 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,85 @@ CodeCoverage/
5151
# NUnit
5252
*.VisualState.xml
5353
TestResult.xml
54-
nunit-*.xml
54+
nunit-*.xml
55+
56+
### Rider ###
57+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
58+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
59+
60+
# User-specific stuff
61+
.idea/**/workspace.xml
62+
.idea/**/tasks.xml
63+
.idea/**/usage.statistics.xml
64+
.idea/**/dictionaries
65+
.idea/**/shelf
66+
67+
# AWS User-specific
68+
.idea/**/aws.xml
69+
70+
# Generated files
71+
.idea/**/contentModel.xml
72+
73+
# Sensitive or high-churn files
74+
.idea/**/dataSources/
75+
.idea/**/dataSources.ids
76+
.idea/**/dataSources.local.xml
77+
.idea/**/sqlDataSources.xml
78+
.idea/**/dynamic.xml
79+
.idea/**/uiDesigner.xml
80+
.idea/**/dbnavigator.xml
81+
82+
# Gradle
83+
.idea/**/gradle.xml
84+
.idea/**/libraries
85+
86+
# Gradle and Maven with auto-import
87+
# When using Gradle or Maven with auto-import, you should exclude module files,
88+
# since they will be recreated, and may cause churn. Uncomment if using
89+
# auto-import.
90+
# .idea/artifacts
91+
# .idea/compiler.xml
92+
# .idea/jarRepositories.xml
93+
# .idea/modules.xml
94+
# .idea/*.iml
95+
# .idea/modules
96+
# *.iml
97+
# *.ipr
98+
99+
# CMake
100+
cmake-build-*/
101+
102+
# Mongo Explorer plugin
103+
.idea/**/mongoSettings.xml
104+
105+
# File-based project format
106+
*.iws
107+
108+
# IntelliJ
109+
out/
110+
111+
# mpeltonen/sbt-idea plugin
112+
.idea_modules/
113+
114+
# JIRA plugin
115+
atlassian-ide-plugin.xml
116+
117+
# Cursive Clojure plugin
118+
.idea/replstate.xml
119+
120+
# SonarLint plugin
121+
.idea/sonarlint/
122+
123+
# Crashlytics plugin (for Android Studio and IntelliJ)
124+
com_crashlytics_export_strings.xml
125+
crashlytics.properties
126+
crashlytics-build.properties
127+
fabric.properties
128+
129+
# Editor-based Rest Client
130+
.idea/httpRequests
131+
132+
# Android studio 3.1+ serialized cache file
133+
.idea/caches/build_file_checksums.ser
134+
135+
# End of https://www.toptal.com/developers/gitignore/api/rider

src/.idea/.idea.ByteBard.GUSTO/.idea/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/.idea/.idea.ByteBard.GUSTO/.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/.idea/.idea.ByteBard.GUSTO/.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/.idea/.idea.ByteBard.GUSTO/.idea/indexLayout.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/.idea/.idea.Bytebard.GUSTO/.idea/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/.idea/.idea.Bytebard.GUSTO/.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/.idea/.idea.Bytebard.GUSTO/.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/.idea/.idea.Bytebard.GUSTO/.idea/indexLayout.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/.idea/.idea.Bytebard.GUSTO/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)