chore: cleanup gitignore and dockerignore (#89)

This commit is contained in:
Matouš Volf 2025-01-04 19:22:35 +00:00 committed by Gitea
commit 3f9efeee3e
Signed by: Gitea
GPG Key ID: 5CE0FF381D397F63
2 changed files with 15 additions and 19 deletions

View File

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

17
.gitignore vendored
View File

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