chore: add _site, mac file to gitignore (#147)
This commit is contained in:
parent
787ba306cc
commit
a1e17bc128
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,8 @@ parser/
|
||||||
dist/
|
dist/
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
._.DS_Store
|
||||||
test/fixtures/*/dist/
|
test/fixtures/*/dist/
|
||||||
www/dist
|
www/dist
|
||||||
.vercel
|
.vercel
|
||||||
|
_site/
|
||||||
|
|
Loading…
Reference in a new issue