15 lines
No EOL
214 B
Text
15 lines
No EOL
214 B
Text
# ignore every file
|
|
*
|
|
|
|
# except for the ones required for building
|
|
!i18n/
|
|
!prebuilts/
|
|
!TerrariaServerAPI/
|
|
!TShockAPI/
|
|
!TShockLauncher/
|
|
!TShockLauncher.Tests/
|
|
!TShock.sln
|
|
|
|
# but exclude build artifacts
|
|
*/bin/
|
|
*/obj/ |