PluralKit/.dockerignore

11 lines
176 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.*/
!PluralKit.sln
!nuget.config
2019-08-12 04:49:18 +00:00
2020-08-25 18:37:31 +00:00
# Re-exclude host build artifact directories
**/bin
**/obj