2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 11:00:33 +03:00

chore: update gitignore for v2.x compatibility

This commit is contained in:
pimlie
2019-04-20 11:58:36 +02:00
parent fcd61f8d6e
commit 96b5d4f6d7
+10
View File
@@ -1,6 +1,7 @@
# Logs # Logs
logs logs
*.log *.log
*.err
npm-debug.log* npm-debug.log*
# Runtime data # Runtime data
@@ -32,9 +33,18 @@ jspm_packages
# Optional npm cache directory # Optional npm cache directory
.npm .npm
package-lock.json
# Optional REPL history # Optional REPL history
.node_repl_history .node_repl_history
# built code # built code
lib lib
es
.vue-meta
# examples yarn lock
examples/yarn.lock
# env vars
.env*