From 8294c9b9c62236c3fe53f2767a3882e628b117b6 Mon Sep 17 00:00:00 2001 From: Robbie Wagner Date: Mon, 18 Mar 2024 09:46:47 -0400 Subject: [PATCH] Update gitignores --- .gitignore | 1 + test-app/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 682de51b..45904f74 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ node_modules/ npm-debug.log* yarn-error.log .eslintcache +/deploy-test-app/ \ No newline at end of file diff --git a/test-app/.gitignore b/test-app/.gitignore index 1c509820..7302a52f 100644 --- a/test-app/.gitignore +++ b/test-app/.gitignore @@ -12,6 +12,7 @@ /coverage/ /npm-debug.log* /testem.log +/tmp/ /yarn-error.log # ember-try