fix: update .dockerignore files

This commit is contained in:
yassinedorbozgithub 2025-01-02 11:45:48 +01:00
parent bc883c9135
commit 122a9d02cb
3 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Dockerfile
Dockerfile.base Dockerfile.base
.env .env
.eslintrc.js .eslintrc.js
.eslintrc-staged.js
.git .git
.gitignore .gitignore
.husky .husky

View File

@ -3,6 +3,8 @@ npm-debug.log
Dockerfile* Dockerfile*
docker-compose* docker-compose*
.dockerignore .dockerignore
.eslintrc.js
.eslintrc-staged.js
.git .git
.gitignore .gitignore
README.md README.md

View File

@ -3,6 +3,8 @@
.dockerignore .dockerignore
.gitignore .gitignore
.env .env
.eslintrc.json
.eslintrc-staged.json
config config
build build
dist dist