Allow cleaned up NuGet packages through .gitignore

NuGet packages tend to be installed with a lot of unnecessary dependencies, but I was able to clean it up manually through the csproj file. This should allow the project to work correctly out of the box, without needing to install the lz4 package manually.
This commit is contained in:
CloneTrooper1019
2019-02-01 10:53:01 -06:00
parent 07380e2fb3
commit 4e15b2a635
4 changed files with 35 additions and 44 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
bin/*
obj/*
packages/*
.vs/*
*.suo
*.ide