Skip to content

Commit

Permalink
Merge #2116 Expand .gitignore to handle packages in subdirectories an…
Browse files Browse the repository at this point in the history
…d build output
  • Loading branch information
politas committed Oct 7, 2017
2 parents 48cf39a + 56f2c53 commit bcf87c2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/packages/
/_build/
/.vs/
/Screenshots/
/tools
test-results
*.userprefs
*.csproj.user
Expand All @@ -16,4 +16,29 @@ StyleCop.Cache
*.ncrunchproject
*.ncrunchsolution
*.pyc

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# 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
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets

quotes.txt.dat
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- [core] Add test to cover missing directory entries (#2125 by: HebaruSan; reviewed: politas)
- [Build] Fix build.ps1 script failing when spaces exist in source path (#2121 by: ayan4m1; reviewed: dbent)
- [core] Perform directory root comparison in case-insensitive way (#2122 by ayan4m1; reviewed: politas)
- [Build] Expand .gitignore to handle packages in subdirectories and build output (#2116 by ayan4m1; reviewed: politas)

## v1.22.3

Expand Down

0 comments on commit bcf87c2

Please sign in to comment.