chore(docker): invert .dockerignore to make it simpler

This commit is contained in:
Isaac 2023-06-11 23:55:12 +01:00
parent ed0457a0e9
commit b38e1625d9
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -1,20 +1,11 @@
# only db, scripts, src, and user directories are needed # ignore everything
.git *
.github # except these directories
.husky !db
.vscode !scripts
logs !src
node_modules !user
# prisma will generated by postinstall script # and these files
prisma !.npmrc
.all-contributorsrc !package.json
.commitlintrc.js !pnpm-lock.yaml
.dockerignore
.env
.eslintrc.json
.gitattributes
.gitignore
CONTRIBUTORS.md
Dockerfile
jsconfig.json
README.md