Roblox-File-Format/.gitignore
CloneTrooper1019 4e15b2a635 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.
2019-02-01 10:53:01 -06:00

6 lines
36 B
Plaintext

bin/*
obj/*
.vs/*
*.suo
*.ide
*.user