It was causing cli build errors because the "Testing" project doesn't exist. Now it works first try.
20 lines
199 B
Plaintext
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
|