We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccdad3 commit ba07b9dCopy full SHA for ba07b9d
.gitignore
@@ -1,6 +1,5 @@
1
.idea
2
/nbproject/private/
3
-.vscode
4
.phplint-cache
5
*.swp
6
@@ -37,4 +36,18 @@ Temporary Items
37
36
.apdisk
38
39
# Configuration for the Nova editor
40
-.nova
+.nova
+
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