PluralKit/.dockerignore
2025-05-24 12:40:14 +00:00

28 lines
407 B
Text

# Start by excluding everything
*
# Include project code and build files
!PluralKit.*/
!Myriad/
!Serilog/
!.git
!dashboard
!crates/
!Cargo.toml
!Cargo.lock
!PluralKit.sln
!nuget.config
!ci/dotnet-version.sh
# 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