diff options
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/blog/.gitignore b/examples/blog/.gitignore index 7742642c1..7329a851d 100644 --- a/examples/blog/.gitignore +++ b/examples/blog/.gitignore @@ -1,5 +1,6 @@ # build output -dist +dist/ +.output/ # dependencies node_modules/ |