Skip to content

Commit

Permalink
fix: Ignore git folder (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradLang authored Jun 18, 2020
1 parent 676030a commit eac8ae5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/tame-mangos-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'skuba': patch
---

Ignore the .git folder when copying into the Docker container.
This should decrease build times.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git/
.idea/
.serverless/
.vscode/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports[`diffFiles works from scratch 1`] = `
Object {
".dockerignore": Object {
"data": "# managed by skuba
.git/
.idea/
.serverless/
.vscode/
Expand Down
1 change: 1 addition & 0 deletions template/base/_.dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# managed by skuba
.git/
.idea/
.serverless/
.vscode/
Expand Down

0 comments on commit eac8ae5

Please sign in to comment.