Skip to content

Commit

Permalink
Added more rules to the .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
JensSchadron committed Jul 28, 2019
1 parent 0ae9144 commit aa24922
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# MacOS files
.DS_Store

# User-specific files
*.suo
*.user
Expand Down Expand Up @@ -179,4 +182,44 @@ FakesAssemblies/
# Nuget 3.0 Files
*.lock.json
*.nuget.props
*.nuget.targets
*.nuget.targets

# Intellij
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/dictionaries
.idea/libraries

# User-specific configurations
.idea/libraries/
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
.idea/jsLibraryMappings.xml
.idea/datasources.xml
.idea/dataSources.ids
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml

### JetBrains+all Patch ###
# Ignores the whole idea folder
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360

.idea/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config

0 comments on commit aa24922

Please sign in to comment.