diff options
Diffstat (limited to 'options/gitignore/Vue')
-rw-r--r-- | options/gitignore/Vue | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/options/gitignore/Vue b/options/gitignore/Vue new file mode 100644 index 0000000..4538951 --- /dev/null +++ b/options/gitignore/Vue @@ -0,0 +1,9 @@ +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ |