PluralKit/.dockerignore
2022-04-10 10:57:51 -04:00

15 lines
224 B
Plaintext

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