chore (container): dockerignore more files
This commit is contained in:
parent
ad47e2a46f
commit
cbbdb1ee19
1 changed files with 24 additions and 5 deletions
|
@ -12,10 +12,6 @@ report.*.json
|
||||||
# Rust
|
# Rust
|
||||||
packages/backend-rs/target
|
packages/backend-rs/target
|
||||||
|
|
||||||
# Cypress
|
|
||||||
cypress/screenshots
|
|
||||||
cypress/videos
|
|
||||||
|
|
||||||
# Coverage
|
# Coverage
|
||||||
coverage
|
coverage
|
||||||
|
|
||||||
|
@ -40,5 +36,28 @@ packages/backend/assets/instance.css
|
||||||
|
|
||||||
# dockerignore custom
|
# dockerignore custom
|
||||||
.git
|
.git
|
||||||
Dockerfile
|
.gitignore
|
||||||
|
.gitattributes
|
||||||
|
.weblate
|
||||||
|
animated.svg
|
||||||
|
cliff.toml
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
|
firefish.apache.conf
|
||||||
|
firefish.nginx.conf
|
||||||
|
flake.lock
|
||||||
|
flake.nix
|
||||||
|
title.svg
|
||||||
|
/.gitlab
|
||||||
|
/chart
|
||||||
|
/dev
|
||||||
|
/docs
|
||||||
|
/scripts
|
||||||
|
biome.json
|
||||||
|
COPYING
|
||||||
|
CODE_OF_CONDUCT.md
|
||||||
|
CONTRIBUTING.md
|
||||||
|
Dockerfile
|
||||||
|
LICENSE
|
||||||
|
Procfile
|
||||||
|
README.md
|
||||||
|
SECURITY.md
|
||||||
|
|
Loading…
Reference in a new issue