feat(docker): added .dockerignore file

This commit is contained in:
Ritesh Ghosh
2023-08-19 22:47:11 +05:30
parent dcedec3d53
commit ace29d6c2b
+24
View File
@@ -0,0 +1,24 @@
.git
.env
.husky
.github
.gitignore
node_modules
src
test
.dockerignore
Dockerfile
build.sh
LICENSE
CONTRIBUTING.md
CHANGELOG.md
README.md
tsconfig.json
jest.config.ts
package-lock.json
yarn.lock
pnpm-lock.yaml