PluralKit/.dockerignore
2025-01-02 05:20:43 +00:00

26 lines
375 B
Text

# Start by excluding everything
*
# Include project code and build files
!PluralKit.*/
!Myriad/
!.git
!dashboard
!crates/
!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