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