PluralKit/.dockerignore

17 lines
244 B
Plaintext

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