mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
11 lines
No EOL
176 B
Text
11 lines
No EOL
176 B
Text
# Start by excluding everything
|
|
*
|
|
|
|
# Include project code and build files
|
|
!PluralKit.*/
|
|
!PluralKit.sln
|
|
!nuget.config
|
|
|
|
# Re-exclude host build artifact directories
|
|
**/bin
|
|
**/obj |