PluralKit/.dockerignore

30 lines
428 B
Text
Raw Permalink Normal View History

2020-08-25 20:37:31 +02:00
# Start by excluding everything
*
2019-08-12 06:49:18 +02:00
2020-08-25 20:37:31 +02:00
# Include project code and build files
!PluralKit.*/
2021-03-03 23:27:54 +01:00
!Myriad/
2025-05-18 13:19:20 +00:00
!Serilog/
!.git
!dashboard
2025-01-02 02:45:27 +00:00
!crates/
2023-02-15 19:27:36 -05:00
!Cargo.toml
!Cargo.lock
2025-09-01 03:36:13 +00:00
!rust-toolchain.toml
2023-02-15 19:27:36 -05:00
!PluralKit.sln
!nuget.config
2025-01-05 04:57:24 +00:00
!ci/dotnet-version.sh
2019-08-12 06:49:18 +02:00
2023-02-26 17:13:56 -05:00
# used for target binary builds
!.docker-bin/
2020-08-25 20:37:31 +02:00
# Re-exclude host build artifact directories
**/bin
**/obj
2022-06-26 17:30:12 -04:00
**/target
**/node_modules
# don't clear docker cache when updating dockerfiles
2025-01-02 02:45:27 +00:00
Dockerfile