From 7d48f8a29fbcc6520c15bcb97c69800da05bbc7d Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 10 Jun 2022 21:37:59 -0400 Subject: [PATCH] Ignore env files used locally --- .dockerignore | 4 +++- .gitignore | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 5171c54..ee0961f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,4 @@ node_modules -npm-debug.log \ No newline at end of file +npm-debug.log +env.dev +env.prod \ No newline at end of file diff --git a/.gitignore b/.gitignore index a7b0538..06fecb3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ .vscode package-lock.json .VSCodeCounter/ - +env.dev +env.prod # Custom folders # gifs/*