diff options
author | 2022-03-30 21:50:41 -0300 | |
---|---|---|
committer | 2022-03-30 21:50:41 -0300 | |
commit | 20c3969a433d636477525e4c0637b9bd30555e19 (patch) | |
tree | fda98636e94d6d5f867f4a3c4219c414d881b49b /examples/with-markdown/.gitignore | |
parent | cf70978c417247ebd597f7759c314d8dd291b036 (diff) | |
parent | 52d7fec2480e3c8f3f046c229364a9c91cc06821 (diff) | |
download | astro-20c3969a433d636477525e4c0637b9bd30555e19.tar.gz astro-20c3969a433d636477525e4c0637b9bd30555e19.tar.zst astro-20c3969a433d636477525e4c0637b9bd30555e19.zip |
Merge branch 'main' into feat/vercel-adapter
Diffstat (limited to 'examples/with-markdown/.gitignore')
-rw-r--r-- | examples/with-markdown/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/with-markdown/.gitignore b/examples/with-markdown/.gitignore index c7de34ef2..7329a851d 100644 --- a/examples/with-markdown/.gitignore +++ b/examples/with-markdown/.gitignore @@ -9,6 +9,8 @@ node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* +pnpm-debug.log* + # environment variables .env |