PluralKit/.dockerignore

18 lines
256 B
Plaintext
Raw Normal View History

2020-08-25 18:37:31 +00:00
# Start by excluding everything
*
2019-08-12 04:49:18 +00:00
2020-08-25 18:37:31 +00:00
# Include project code and build files
!PluralKit.*/
!gateway/
!myriad_rs/
2021-03-03 22:27:54 +00:00
!Myriad/
2020-08-25 18:37:31 +00:00
!PluralKit.sln
!nuget.config
!.git
2022-01-23 06:52:41 +00:00
!proto
2022-04-10 14:57:51 +00:00
!scripts/run-clustered.sh
2019-08-12 04:49:18 +00:00
2020-08-25 18:37:31 +00:00
# Re-exclude host build artifact directories
**/bin
**/obj
**/target