Remove sandbox from .ignore

This means VS code will treat it as an unignored file, but git will still ignore it 👌
This commit is contained in:
Tom Coleman 2022-08-29 11:24:05 +10:00
parent 36918423af
commit 1c968293ad
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,7 +9,6 @@ dist
junit.xml
/repros
/sandbox
/built-sandboxes
.verdaccio-cache
# Yarn stuff

1
.ignore Normal file
View File

@ -0,0 +1 @@
!/sandbox