PluralKit/.dockerignore

13 lines
191 B
Plaintext

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