18 lines
256 B
Plaintext
18 lines
256 B
Plaintext
# Start by excluding everything
|
|
*
|
|
|
|
# Include project code and build files
|
|
!PluralKit.*/
|
|
!gateway/
|
|
!myriad_rs/
|
|
!Myriad/
|
|
!PluralKit.sln
|
|
!nuget.config
|
|
!.git
|
|
!proto
|
|
!scripts/run-clustered.sh
|
|
|
|
# Re-exclude host build artifact directories
|
|
**/bin
|
|
**/obj
|
|
**/target |