PluralKit/.dockerignore
2020-08-25 20:37:31 +02:00

11 lines
176 B
Plaintext

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