update .gitignore to only exclude files debug files in root of project
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user