mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-17 05:09:38 +03:00
chore: update gitignore for v2.x compatibility
This commit is contained in:
+10
@@ -1,6 +1,7 @@
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
*.err
|
||||
npm-debug.log*
|
||||
|
||||
# Runtime data
|
||||
@@ -32,9 +33,18 @@ jspm_packages
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
package-lock.json
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# built code
|
||||
lib
|
||||
es
|
||||
.vue-meta
|
||||
|
||||
# examples yarn lock
|
||||
examples/yarn.lock
|
||||
|
||||
# env vars
|
||||
.env*
|
||||
|
||||
Reference in New Issue
Block a user