Skip to content

Commit

Permalink
Only exclude the App.js and App.js.map build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed Jun 12, 2020
1 parent 519dac5 commit c5c7248
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
// Use 'prettier-eslint' instead of 'prettier'. Other settings will only be fallbacks in case they could not be inferred from eslint rules.
"prettier.eslintIntegration": true,
"search.exclude": {
"**/bundle/": true,
"**/bundle/android/App.js": true,
"**/bundle/android/App.js.map": true,
"**/bundle/ios/App.js": true,
"**/bundle/ios/App.js.map": true,
"**/gutenber/packages/**/build": true,
"**/gutenber/packages/**/build-modules": true,
"**/gutenber/packages/**/build-types": true,
Expand Down

0 comments on commit c5c7248

Please sign in to comment.