Skip to content

Commit

Permalink
Update .vscodeignore
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Fields committed Dec 23, 2023
1 parent 705d13b commit 56678f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.github/**

.husky/**
.yarn/**
.vscode/**
.vscode-test/**

Expand All @@ -17,9 +18,9 @@ node_modules/**
images/design/**

.gitignore
.prettierignore

tsconfig.json
tslint.json
webpack.config.js
webpack.*.js
gulpfile.js
renovate.json
2 changes: 0 additions & 2 deletions test/configuration/remapper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,5 +818,3 @@ suite('Remapper', () => {
assert.strictEqual(elapsedTime < timeout - timeoutOffset, true);
});
});

/* tslint:enable:no-string-literal */

0 comments on commit 56678f1

Please sign in to comment.