diff options
author | 2022-01-12 16:37:16 +0100 | |
---|---|---|
committer | 2022-01-12 10:37:16 -0500 | |
commit | 488a14545626b616def040eeaedd5b8543fc2d22 (patch) | |
tree | 294eb4b1637a7cd38bfeb0224fa3f82fe3a4b19e /examples/with-markdown/.gitignore | |
parent | deac867e176f0dad7cc1a324173aa813eb55b601 (diff) | |
download | astro-488a14545626b616def040eeaedd5b8543fc2d22.tar.gz astro-488a14545626b616def040eeaedd5b8543fc2d22.tar.zst astro-488a14545626b616def040eeaedd5b8543fc2d22.zip |
Normalize and cleanup examples projects (#2364)
* Remove unused line in the examples .gitignore
* Add missing .npmrc, .stackblitzrc and tsconfig.json files to a few examples
* Removed unused file and link directive in the minimal example
* Oops, added an accidental slash
Diffstat (limited to 'examples/with-markdown/.gitignore')
-rw-r--r-- | examples/with-markdown/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/with-markdown/.gitignore b/examples/with-markdown/.gitignore index d436c6dad..c82467453 100644 --- a/examples/with-markdown/.gitignore +++ b/examples/with-markdown/.gitignore @@ -3,7 +3,6 @@ dist # dependencies node_modules/ -.snowpack/ # logs npm-debug.log* |