diff options
author | 2021-04-29 19:57:39 +0100 | |
---|---|---|
committer | 2021-04-29 13:57:39 -0500 | |
commit | a1e17bc128240bc41eda81fb98e3e38bd59c0d26 (patch) | |
tree | 672c1996bf600eff764145837e379c325e99d82f | |
parent | 787ba306cc5d688b4889026ce11a0c5dc95df3d9 (diff) | |
download | astro-a1e17bc128240bc41eda81fb98e3e38bd59c0d26.tar.gz astro-a1e17bc128240bc41eda81fb98e3e38bd59c0d26.tar.zst astro-a1e17bc128240bc41eda81fb98e3e38bd59c0d26.zip |
chore: add _site, mac file to gitignore (#147)
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 489fc719a..fe2b89465 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ parser/ dist/ *.tsbuildinfo .DS_Store +._.DS_Store test/fixtures/*/dist/ www/dist .vercel +_site/ |