Nerd_STF/.gitignore
That_One_Nerd 893b320625 Removed the .sln file from the git.
It was causing cli build errors because the "Testing" project doesn't exist. Now it works first try.
2022-11-02 07:36:25 -04:00

20 lines
199 B
Plaintext

# Useless Visual Studio stuff
/Nerd_STF/.vs/
*.sln
# Build Stuff
/Nerd_STF/obj
/Nerd_STF/bin
*.dll
*.pdb
# Testing project
/Testing
# Nuget
/Nerd_STF/LICENSE
*.nupkg
# Personal
/Nerd_STF/TODO.md