TShock/.dockerignore
2022-10-23 04:09:57 +08:00

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/