PluralKit/.dockerignore
2022-01-23 01:52:41 -05:00

14 lines
198 B
Plaintext

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