Skip to content

Commit aa24922

Browse files
committed
Added more rules to the .gitignore file
1 parent 0ae9144 commit aa24922

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

.gitignore

+44-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33

4+
# MacOS files
5+
.DS_Store
6+
47
# User-specific files
58
*.suo
69
*.user
@@ -179,4 +182,44 @@ FakesAssemblies/
179182
# Nuget 3.0 Files
180183
*.lock.json
181184
*.nuget.props
182-
*.nuget.targets
185+
*.nuget.targets
186+
187+
# Intellij
188+
*.iml
189+
.idea/workspace.xml
190+
.idea/tasks.xml
191+
.idea/gradle.xml
192+
.idea/dictionaries
193+
.idea/libraries
194+
195+
# User-specific configurations
196+
.idea/libraries/
197+
.idea/.name
198+
.idea/compiler.xml
199+
.idea/copyright/profiles_settings.xml
200+
.idea/encodings.xml
201+
.idea/misc.xml
202+
.idea/modules.xml
203+
.idea/scopes/scope_settings.xml
204+
.idea/vcs.xml
205+
.idea/jsLibraryMappings.xml
206+
.idea/datasources.xml
207+
.idea/dataSources.ids
208+
.idea/sqlDataSources.xml
209+
.idea/dynamic.xml
210+
.idea/uiDesigner.xml
211+
212+
### JetBrains+all Patch ###
213+
# Ignores the whole idea folder
214+
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
215+
216+
.idea/
217+
218+
# NuGet Packages
219+
*.nupkg
220+
# The packages folder can be ignored because of Package Restore
221+
**/packages/*
222+
# except build/, which is used as an MSBuild target.
223+
!**/packages/build/
224+
# Uncomment if necessary however generally it will be regenerated when needed
225+
#!**/packages/repositories.config

0 commit comments

Comments
 (0)