update .gitignore to only exclude files debug files in root of project

This commit is contained in:
Kevin Marquette
2018-08-14 13:42:50 -07:00
parent 1063e713b5
commit c8d84157dc

4
.gitignore vendored
View File

@@ -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