PluralKit/.dockerignore

25 lines
342 B
Plaintext

# 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
# Re-exclude host build artifact directories
**/bin
**/obj
**/target
**/node_modules
# don't clear docker cache when updating dockerfiles
Dockerfile