Skip to content

Commit 0697417

Browse files
Add more files to .vscodeignore (#1505)
This adds more files to the .vscodeignore file. Most importantly this excludes gulpfile.js as Windows Defender doesn't like it.
1 parent 2793c59 commit 0697417

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscodeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ src/**
88
.gitignore
99
.travis.yml
1010
tsconfig.json
11+
ISSUE_TEMPLATE
12+
tslint.json
13+
gulpfile.js
1114

1215
**/.nyc_output/**
1316
**/coverage/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.10.0-beta4",
4+
"version": "1.10.0-beta5",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

0 commit comments

Comments
 (0)