mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
tell standard to ignore /vendor directory
This commit is contained in:
committed by
Kevin Sawicki
parent
f35f362272
commit
7404b848a2
@@ -13,7 +13,8 @@
|
||||
"standard": {
|
||||
"ignore": [
|
||||
"/lib/browser/rpc-server.js",
|
||||
"/lib/common/asar.js"
|
||||
"/lib/common/asar.js",
|
||||
"/vendor"
|
||||
]
|
||||
},
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user