Skip to content

Commit

Permalink
Update the ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Oct 30, 2020
1 parent 7a55c6a commit 6bd784c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
artifacts/
target/
# Keep this file in sync with `.gitignore` and `.ignore`, but don't ignore
# `/release/`.
/artifacts/
/target/
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Keep this file in sync with `.ignore`.
artifacts/
release/
target/
# Keep this file in sync with `.dockerignore` and `.ignore`.
/artifacts/
/release/
/target/
8 changes: 4 additions & 4 deletions .ignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Keep this file in sync with `.gitignore`.
artifacts/
release/
target/
# Keep this file in sync with `.dockerignore` and `.gitignore`.
/artifacts/
/release/
/target/

0 comments on commit 6bd784c

Please sign in to comment.