Skip to content

Commit

Permalink
add npm package script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrehall68 committed Nov 11, 2024
1 parent 655004a commit d14dc13
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
dist-newstyle/
node_modules/
bun.lockb
out/
out/
dist/
client/LICENSE
client/README.md
26 changes: 26 additions & 0 deletions client/.vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
**/tslint.json
.DS_Store
.editorconfig
.eslintignore
.eslintrc.json
.git/
.github/
.gitignore
.prettierrc.json
.user-data-dir-test/
.vscode/
.vscode-test/
SECURITY.md
bin/
build/
codereview.cfg
docs/
go.*
node_modules/
out/
src/
test/
third_party/
tools/
tsconfig.json
typings/
Loading

0 comments on commit d14dc13

Please sign in to comment.