Compare commits

..

No commits in common. "3f9efeee3e70511abef3ce0398f7d95971a80c5b" and "4271ec7c21e16bc705cd62c8ffdb6f3d92548cf2" have entirely different histories.

2 changed files with 19 additions and 15 deletions

View File

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

17
.gitignore vendored
View File

@ -1,9 +1,12 @@
/node_modules
/target
/target/
/dist/
/static/
/.dioxus/
/node_modules/
/**/*.rs.bk
/.DS_Store
/.env
/.env.prod
**/*.rs.bk
/docker-compose.yaml
.env
.env.prod
docker-compose.yaml