From 94f05dcc1d0467d95d215200acbfba49d637b8f2 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Fri, 30 Oct 2020 03:33:44 -0700 Subject: [PATCH] Update the ignore files --- .gitignore | 6 +++--- .ignore | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1883712..cfe356f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ # Keep this file in sync with `.ignore`. -artifacts/ -release/ -target/ +/artifacts/ +/release/ +/target/ diff --git a/.ignore b/.ignore index d426e82..942e247 100644 --- a/.ignore +++ b/.ignore @@ -1,4 +1,4 @@ # Keep this file in sync with `.gitignore`. -artifacts/ -release/ -target/ +/artifacts/ +/release/ +/target/