Skip to content

Commit

Permalink
perf(docker): add .git to .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Jun 11, 2023
1 parent 2cfcdba commit 4de509c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .dockerignore
@@ -1,11 +1,11 @@
# only db, scripts, src, and user directories are needed
.git
.github
.husky
.vscode
logs
node_modules
# prisma will generated by postinstall script
prisma
prisma # prisma will generated by postinstall script
.all-contributorsrc
.commitlintrc.js
.dockerignore
Expand All @@ -16,4 +16,4 @@ prisma
CONTRIBUTORS.md
Dockerfile
jsconfig.json
README.md
README.md

0 comments on commit 4de509c

Please sign in to comment.