Skip to content

Commit

Permalink
messed upignores for packaging. Tested now
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jun 15, 2023
1 parent b249c02 commit 2aea727
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
# IDE Tooling, Git
.github/**
.history/**
.markdownlintrc
.vscode/**
.vscode-test/**
out/test/**
out/**/*.map
src/**
test/**
build/**
.gitignore
**/.gitignore

# Support Files
.markdownlintrc
tsconfig.json
vsc-extension-quickstart.md
build.sh
node_modules/**
test-harness/**
build.ps1
webpack.config.js
vsc-extension-quickstart.md
**/*.map
**/tsconfig.json
**/.gitignore
**/.eslintignore
**/.eslintrc.js
webpack.config.js

# Generated Folders
out/test/**
out/**/*.map
build/**

# Managed Packages
node_modules/**

# Testing Folders
test/**
test-harness/**

0 comments on commit 2aea727

Please sign in to comment.