chore: cleanup gitignore and dockerignore #89

Merged
matous-volf merged 2 commits from chore/gitignore-dockerignore into main 2025-01-04 19:22:35 +00:00
Showing only changes of commit d592a81b7c - Show all commits

View File

@ -1,12 +1,11 @@
/.dioxus/ /.git
/.git/ /.github
/.github/ /node_modules
/debug/ /target
/node_modules/
/static/
/target/
.dockerignore .dockerignore
/docker-compose-dev.yml /docker-compose-dev.yaml
/docker-compose-prod.yml /docker-compose-prod.yaml
/docker-compose.yaml
/docker/dev/*/Dockerfile /docker/dev/*/Dockerfile
/docker/prod/*/Dockerfile /docker/prod/*/Dockerfile