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/
|
||||
*.tsbuildinfo
|
||||
.DS_Store
|
||||
._.DS_Store
|
||||
test/fixtures/*/dist/
|
||||
www/dist
|
||||
.vercel
|
||||
_site/
|
||||
|
|
Loading…
Reference in a new issue