12 lines
185 B
Plaintext
12 lines
185 B
Plaintext
# Start by excluding everything
|
|
*
|
|
|
|
# Include project code and build files
|
|
!PluralKit.*/
|
|
!Myriad/
|
|
!PluralKit.sln
|
|
!nuget.config
|
|
|
|
# Re-exclude host build artifact directories
|
|
**/bin
|
|
**/obj |