mirror of
https://github.com/github/gitignore
synced 2024-12-03 17:05:44 +01:00
Change options for ignoring packages in Visual Studio.
Repository is fully ignored using `packages/` by default (so survives git clean -fd for example) Option to ignore using `packages/*` and add exception `!packages/reposirories.config` if required See this comment for context: http://git.io/VYTNww
This commit is contained in:
parent
95d8ff4e7a
commit
bff66c3f48
@ -127,8 +127,9 @@ publish/
|
||||
*.pubxml
|
||||
|
||||
# NuGet Packages Directory
|
||||
packages/*
|
||||
## TODO: If the tool you use requires repositories.config uncomment the next line
|
||||
packages/
|
||||
## TODO: If the tool you use requires repositories.config comment the line above and uncomment the next two lines
|
||||
#packages/*
|
||||
#!packages/repositories.config
|
||||
|
||||
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
|
||||
|
Loading…
Reference in New Issue
Block a user