mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
15 lines
No EOL
224 B
Text
15 lines
No EOL
224 B
Text
# Start by excluding everything
|
|
*
|
|
|
|
# Include project code and build files
|
|
!PluralKit.*/
|
|
!Myriad/
|
|
!PluralKit.sln
|
|
!nuget.config
|
|
!.git
|
|
!proto
|
|
!scripts/run-clustered.sh
|
|
|
|
# Re-exclude host build artifact directories
|
|
**/bin
|
|
**/obj |