From 6bd784cfa2d08bc5077981dccc309708f16ec6af Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Fri, 30 Oct 2020 03:31:02 -0700 Subject: [PATCH] Update the ignore files --- .dockerignore | 6 ++++-- .gitignore | 8 ++++---- .ignore | 8 ++++---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.dockerignore b/.dockerignore index 0734790..f5ebf63 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,4 @@ -artifacts/ -target/ +# Keep this file in sync with `.gitignore` and `.ignore`, but don't ignore +# `/release/`. +/artifacts/ +/target/ diff --git a/.gitignore b/.gitignore index 1883712..c6297da 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/.ignore b/.ignore index d426e82..169b865 100644 --- a/.ignore +++ b/.ignore @@ -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/