Skip to content

Commit 73e6740

Browse files
Updating gitignore for devhost public folder (#17007)
When using devhost it is useful to put data in the public folder to test (like textures or other data), but this should not be checked on the repo because it's something just useful for local testing. Right now to avoid checking the data you have to copy them to public and then delete them by hand, which is easy but annoying. Adding some lines to gitignore to allow this scenario.
1 parent dc0d1de commit 73e6740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ junit.xml
2828
*.pem
2929
packages/tools/babylonServer/public/localDev
3030
packages/tools/babylonServer/public/localDevWebGPU
31+
packages/tools/devHost/public/localDev
3132
packages/tools/playground/public/temp
3233
#playwright
3334
test-results

0 commit comments

Comments
 (0)