mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 12:00:33 +03:00
chore: update gitignore for v2.x compatibility
This commit is contained in:
+10
@@ -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*
|
||||||
|
|||||||
Reference in New Issue
Block a user