mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
28 lines
No EOL
389 B
Text
28 lines
No EOL
389 B
Text
# Start by excluding everything
|
|
*
|
|
|
|
# Include project code and build files
|
|
!PluralKit.*/
|
|
!services/
|
|
!lib/
|
|
!Myriad/
|
|
!.git
|
|
!proto
|
|
!dashboard
|
|
|
|
!Cargo.toml
|
|
!Cargo.lock
|
|
!PluralKit.sln
|
|
!nuget.config
|
|
|
|
# used for target binary builds
|
|
!.docker-bin/
|
|
|
|
# Re-exclude host build artifact directories
|
|
**/bin
|
|
**/obj
|
|
**/target
|
|
**/node_modules
|
|
|
|
# don't clear docker cache when updating dockerfiles
|
|
Dockerfile |