Skip to content

Commit ea29ff9

Browse files
authored
fix:Update .gitignore (#519)
Removes some ignores that could potentially affect the new build/test workflows.
1 parent e192240 commit ea29ff9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ samples/.env
55
.env
66

77
# Ignore dist files generated by build.
8-
samples/*/dist/
9-
samples/*/*.js
8+
#samples/*/dist/
9+
#samples/*/*.js
1010

1111
# Ignore playwright outputs
1212
/test-results/
@@ -26,4 +26,4 @@ samples/deckgl-kml-raster
2626
.env
2727

2828
# Ignore .DS_Store
29-
.DS_Store
29+
.DS_Store

0 commit comments

Comments
 (0)