Skip to content

Commit

Permalink
Commented .vscodeignore
Browse files Browse the repository at this point in the history
  • Loading branch information
paulober committed Sep 4, 2022
1 parent 3a3454b commit 8582ab6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.vscode/**
.vscode-test/**
out/**
# have to include node_modules because of external webpackmodules to
# be added by vsce package --dependencies
#node_modules/**
src/**
.gitignore
Expand All @@ -19,10 +21,3 @@ applyPatches.js
# instance files
connection_state.json
azure-pipelines.yml

# native bindings
#!node_modules/@serialport/bindings-cpp
#!node_modules/@serialport/bindings-cpp/prebuilds/win32-x64
#!node_modules/@serialport/bindings-cpp/prebuilds/darwin-x64+arm64
#!node_modules/@serialport/bindings-cpp/prebuilds/linux-arm64
#!node_modules/@serialport/bindings-cpp/prebuilds/linux-x64

0 comments on commit 8582ab6

Please sign in to comment.