Skip to content

Commit e16bb52

Browse files
Group PSModule ignore entries
1 parent 085fbb6 commit e16bb52

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
# Local History for Visual Studio Code
1010
.history/*
1111

12+
# PSModule-based files
1213
# PSModule framework outputs folder
1314
outputs/*
1415

16+
# Pester code coverage report written to the working directory by a local test run
17+
coverage.xml
18+
1519
# .Net build output
1620
bin/
1721
obj/
1822
libs/
19-
20-
# Pester code coverage report written to the working directory by a local test run
21-
coverage.xml

0 commit comments

Comments
 (0)