From 40f1d7a7cedba7a64b6d19ca7e7b917191438770 Mon Sep 17 00:00:00 2001 From: notmessenger Date: Thu, 28 Oct 2021 18:27:17 -0500 Subject: [PATCH 1/2] Ignore default folder name used by broccoli=debug --- blueprints/app/files/gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blueprints/app/files/gitignore b/blueprints/app/files/gitignore index 9bab45af32..f1e859b291 100644 --- a/blueprints/app/files/gitignore +++ b/blueprints/app/files/gitignore @@ -27,3 +27,6 @@ /package.json.ember-try /package-lock.json.ember-try /yarn.lock.ember-try + +# broccoli-debug +/DEBUG/ From cb2da137d55de911b0a6affd9e1ca4b5beecc39e Mon Sep 17 00:00:00 2001 From: notmessenger Date: Fri, 18 Feb 2022 10:23:27 -0600 Subject: [PATCH 2/2] git ignore debug folder in addons --- blueprints/addon/files/gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 blueprints/addon/files/gitignore diff --git a/blueprints/addon/files/gitignore b/blueprints/addon/files/gitignore new file mode 100644 index 0000000000..5f4b997d11 --- /dev/null +++ b/blueprints/addon/files/gitignore @@ -0,0 +1,2 @@ +# broccoli-debug +/DEBUG/