From aa8d13bb68e0b5ee62fb17904d99761696e5bb33 Mon Sep 17 00:00:00 2001 From: Jacob Michels Date: Thu, 1 Sep 2022 12:41:30 -0400 Subject: [PATCH] ignore credentials and .DS_Store --- .dockerignore | 2 ++ .gitignore | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 1d3ed4c..f3e08dd 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,3 @@ config.yml +credentials/ +.DS_Store \ No newline at end of file diff --git a/.gitignore b/.gitignore index e9abc7f..f3e08dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -config.yml \ No newline at end of file +config.yml +credentials/ +.DS_Store \ No newline at end of file