From c8d84157dc5be7b5ea2fc024ae5d0563a95dfacc Mon Sep 17 00:00:00 2001 From: Kevin Marquette Date: Tue, 14 Aug 2018 13:42:50 -0700 Subject: [PATCH] update .gitignore to only exclude files debug files in root of project --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 83762c4..8e9286f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /output/ -debug*.ps1 -temp*.ps1 +/debug*.ps1 +/temp*.ps1 # Most of these heavily cannibalized by Travis Drake from https://gist.github.com/kmorcinek/2710267