PluralKit/.dockerignore
2021-03-03 23:27:54 +01:00

12 lines
185 B
Plaintext

# Start by excluding everything
*
# Include project code and build files
!PluralKit.*/
!Myriad/
!PluralKit.sln
!nuget.config
# Re-exclude host build artifact directories
**/bin
**/obj