Compare commits

..

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

2 changed files with 19 additions and 15 deletions

View File

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

17
.gitignore vendored
View File

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