Skip to content

Commit ba07b9d

Browse files
NephiaustTill Brehm
authored andcommitted
Added ignores for VSCode (missing items)
1 parent eccdad3 commit ba07b9d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.gitignore

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.idea
22
/nbproject/private/
3-
.vscode
43
.phplint-cache
54
*.swp
65

@@ -37,4 +36,18 @@ Temporary Items
3736
.apdisk
3837

3938
# Configuration for the Nova editor
40-
.nova
39+
.nova
40+
41+
# VS Code files for those working on multiple tools
42+
.vscode/*
43+
*.code-workspace
44+
45+
# Local History for Visual Studio Code
46+
.history/
47+
48+
# Built Visual Studio Code Extensions
49+
*.vsix
50+
51+
# Visual Studio code coverage results
52+
*.coverage
53+
*.coveragexml

0 commit comments

Comments
 (0)