mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
21 lines
No EOL
300 B
Text
21 lines
No EOL
300 B
Text
# 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
|
|
!dashboard
|
|
!scheduled_tasks
|
|
|
|
# Re-exclude host build artifact directories
|
|
**/bin
|
|
**/obj
|
|
**/target
|
|
**/node_modules |