mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-23 01:55:54 +02:00
.gitignore: Fix ignore of NuGet packages that are automatically restored.
This commit is contained in:
parent
86567038f1
commit
28398ceea8
1 changed files with 6 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -5,5 +5,10 @@ _pages_old
|
|||
obj
|
||||
web/RDWeb/Pages/Log/radius_client.txt
|
||||
server/bin/*
|
||||
web/pagkages/*
|
||||
|
||||
# Ignore Nuget packages that will be automatically restored.
|
||||
/server/packages
|
||||
/web/packages/*
|
||||
# Not sure if this file needs to be in source control or not, but it's
|
||||
# already there, so leave it for now (the server project doesn't have it).
|
||||
!/web/packages/repositories.config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue