Skip to content

Commit

Permalink
fix(boilerplate): update vscode path match pattern for all boilerplate
Browse files Browse the repository at this point in the history
- files.exclude
- files.watcherExclude
- search.exclude

ref: https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options
  • Loading branch information
waitingsong committed Jul 24, 2019
1 parent 11e3322 commit 88352e5
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,59 +4,57 @@
"**/*.js": {
"when": "$(basename).ts"
},
"*.map": true,
"*.swp": true,
".build": true,
".dockerignore": true,
".DS_Store": true,
".eslint*": true,
".editorconfig": true,
".git": true,
".eslint*": true,
".gitignore": true,
".githooks": true,
".npmignore": true,
".nyc_output": true,
".sourcemaps": true,
".travis.yml": true,
".vscode": true,
"appveyor.yml": true,
"build": true,
"commitlint.config.js": true,
"commitlint.*": true,
"coverage": true,
"dist": true,
"logs": true,
"node_modules*": true,
"out": true,
"package-lock.json": true,
"rollup.*": true,
"run": true,
"temp": true,
"tmp": true
"**/*.map": true,
"**/*.swp": true,
"**/.DS_Store": true,
"**/.git": true,
"**/.vscode": true,
"**/node_modules*": true
},
"files.insertFinalNewline": true,
"files.watcherExclude": {
"coverage/**": true,
"dist/**": true,
"run/**": true,
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/.tsbuildinfo": true,
"**/.tsbuildinfo.*": true,
"**/logs/**": true,
"**/node_modules/**": true,
"**/node_modules*/**": true,
"**/temp/**": true,
"**/tmp/**": true,
"**/.tsbuildinfo": true,
"**/.tsbuildinfo.**": true,
"coverage/**": true,
"dist/**": true,
"logs/**": true,
"run/**": true
"**/tmp/**": true
},
"files.trimTrailingWhitespace": true,
"search.exclude": {
"node_modules*": true,
"bower_components*": true,
"*.anim": true,
"i18n/**": true,
"library/": true,
"node_modules": true,
"platforms/": true,
"www/": true
"www/": true,
"**/node_modules*": true,
"**/bower_components": true
},
"search.useIgnoreFiles": true
"[markdown]": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,59 +4,57 @@
"**/*.js": {
"when": "$(basename).ts"
},
"*.map": true,
"*.swp": true,
".build": true,
".dockerignore": true,
".DS_Store": true,
".eslint*": true,
".editorconfig": true,
".git": true,
".eslint*": true,
".gitignore": true,
".githooks": true,
".npmignore": true,
".nyc_output": true,
".sourcemaps": true,
".travis.yml": true,
".vscode": true,
"appveyor.yml": true,
"build": true,
"commitlint.config.js": true,
"commitlint.*": true,
"coverage": true,
"dist": true,
"logs": true,
"node_modules*": true,
"out": true,
"package-lock.json": true,
"rollup.*": true,
"run": true,
"temp": true,
"tmp": true
"**/*.map": true,
"**/*.swp": true,
"**/.DS_Store": true,
"**/.git": true,
"**/.vscode": true,
"**/node_modules*": true
},
"files.insertFinalNewline": true,
"files.watcherExclude": {
"coverage/**": true,
"dist/**": true,
"run/**": true,
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/.tsbuildinfo": true,
"**/.tsbuildinfo.*": true,
"**/logs/**": true,
"**/node_modules/**": true,
"**/node_modules*/**": true,
"**/temp/**": true,
"**/tmp/**": true,
"**/.tsbuildinfo": true,
"**/.tsbuildinfo.**": true,
"coverage/**": true,
"dist/**": true,
"logs/**": true,
"run/**": true
"**/tmp/**": true
},
"files.trimTrailingWhitespace": true,
"search.exclude": {
"node_modules*": true,
"bower_components*": true,
"*.anim": true,
"i18n/**": true,
"library/": true,
"node_modules": true,
"platforms/": true,
"www/": true
"www/": true,
"**/node_modules*": true,
"**/bower_components": true
},
"search.useIgnoreFiles": true
"[markdown]": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,59 +19,57 @@
"**/*.js": {
"when": "$(basename).ts"
},
"*.map": true,
"*.swp": true,
".build": true,
".dockerignore": true,
".DS_Store": true,
".eslint*": true,
".editorconfig": true,
".git": true,
".eslint*": true,
".gitignore": true,
".githooks": true,
".npmignore": true,
".nyc_output": true,
".sourcemaps": true,
".travis.yml": true,
".vscode": true,
"appveyor.yml": true,
"build": true,
"commitlint.config.js": true,
"commitlint.*": true,
"coverage": true,
"dist": true,
"logs": true,
"node_modules*": true,
"out": true,
"package-lock.json": true,
"rollup.*": true,
"run": true,
"temp": true,
"tmp": true
"**/*.map": true,
"**/*.swp": true,
"**/.DS_Store": true,
"**/.git": true,
"**/.vscode": true,
"**/node_modules*": true
},
"files.insertFinalNewline": true,
"files.watcherExclude": {
"coverage/**": true,
"dist/**": true,
"run/**": true,
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/.tsbuildinfo": true,
"**/.tsbuildinfo.*": true,
"**/logs/**": true,
"**/node_modules/**": true,
"**/node_modules*/**": true,
"**/temp/**": true,
"**/tmp/**": true,
"**/.tsbuildinfo": true,
"**/.tsbuildinfo.**": true,
"coverage/**": true,
"dist/**": true,
"logs/**": true,
"run/**": true
"**/tmp/**": true
},
"files.trimTrailingWhitespace": true,
"search.exclude": {
"node_modules*": true,
"bower_components*": true,
"*.anim": true,
"i18n/**": true,
"library/": true,
"node_modules": true,
"platforms/": true,
"www/": true
"www/": true,
"**/node_modules*": true,
"**/bower_components": true
},
"search.useIgnoreFiles": true
"[markdown]": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
},
"include": [
"**/*.ts"
],
"exclude": [
"asset/",
"node_modules*",
"**/*.d.ts",
"**/*.spec.ts"
]
}

0 comments on commit 88352e5

Please sign in to comment.