Get VScode build system working
This commit is contained in:
+3
-6
@@ -7,14 +7,16 @@
|
||||
/bazel-out
|
||||
|
||||
# Node
|
||||
/node_modules
|
||||
node_modules
|
||||
/resources
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
.angular
|
||||
|
||||
# DotNet
|
||||
**/bin
|
||||
**/obj
|
||||
/debug
|
||||
|
||||
# IDEs and editors
|
||||
.idea/
|
||||
@@ -26,11 +28,6 @@ yarn-error.log
|
||||
*.sublime-workspace
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
.history/*
|
||||
|
||||
# Miscellaneous
|
||||
|
||||
Reference in New Issue
Block a user