Skip to content

Commit 02ff6b1

Browse files
authored
fix: Stop hiding dist/ so output files can be there. (#88)
1 parent a6a8f0b commit 02ff6b1

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
@@ -4,7 +4,7 @@
44
samples/.env
55

66
# Ignore dist files generated by build.
7-
/dist/
7+
dist/*.js
88
samples/*/dist/
99

1010
# Ignore playwright outputs

0 commit comments

Comments
 (0)