PluralKit/.dockerignore

19 lines
267 B
Plaintext
Raw Normal View History

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