Skip to content

Commit 0cb9c4f

Browse files
committed
Fix .gitignore to only exclude root-level output directory
1 parent 85c5053 commit 0cb9c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
.vscode/
2323

2424
# Ignore any manual testing output from running codegen tool at root
25-
output/
25+
/output/

0 commit comments

Comments
 (0)