Skip to content

Commit 029db94

Browse files
committed
Ignore Live Unit Testing autogenerated files in .gitconfig.
1 parent 400411a commit 029db94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ syntax: glob
1414
*.sln.docstates
1515
launchSettings.json
1616

17+
# Live Unit Tests
18+
.lutignore
19+
*.lutconfig
20+
1721
# Build results
1822

1923
artifacts/
@@ -130,4 +134,4 @@ node_modules/
130134

131135
# Python Compile Outputs
132136

133-
*.pyc
137+
*.pyc

0 commit comments

Comments
 (0)