diff options
author | 2022-03-29 23:17:46 -0300 | |
---|---|---|
committer | 2022-03-29 23:17:46 -0300 | |
commit | cf70978c417247ebd597f7759c314d8dd291b036 (patch) | |
tree | 13ffb7fb12c65912ae32a76527c8a487c4b1e6d7 /examples/with-markdown/.gitignore | |
parent | 8c65f133272c6ce9f211d8acd2b92fd652e7e53c (diff) | |
download | astro-cf70978c417247ebd597f7759c314d8dd291b036.tar.gz astro-cf70978c417247ebd597f7759c314d8dd291b036.tar.zst astro-cf70978c417247ebd597f7759c314d8dd291b036.zip |
Updated gitignores
Diffstat (limited to 'examples/with-markdown/.gitignore')
-rw-r--r-- | examples/with-markdown/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/with-markdown/.gitignore b/examples/with-markdown/.gitignore index c82467453..c7de34ef2 100644 --- a/examples/with-markdown/.gitignore +++ b/examples/with-markdown/.gitignore @@ -1,5 +1,6 @@ # build output -dist +dist/ +.output/ # dependencies node_modules/ |