Skip to content

Commit

Permalink
dist exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Eccenux authored Dec 19, 2023
1 parent e2fe57c commit e663323
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.building your project.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,13 @@ Add `.vscode/extensions.json` to help install a set of **extensions**:
VSC **settings** `.vscode/settings.json`:
```js
{
"editor.detectIndentation": false,
"editor.useTabStops": true,
"editor.insertSpaces": false,
"search.exclude": {
"package-lock.json": true,
"**/dist/": true,
},
"editor.detectIndentation": false,
"editor.useTabStops": true,
"editor.insertSpaces": false,
}
```

Expand Down

0 comments on commit e663323

Please sign in to comment.