1
0
Fork 0

fix(gui): add npm ignore

This commit is contained in:
Sean Sube 2023-01-06 15:46:27 -06:00
parent dfb5917c87
commit 8f7c1e705b
1 changed files with 34 additions and 0 deletions

34
gui/.npmignore Normal file
View File

@ -0,0 +1,34 @@
.awcache/
.github/
.nyc_output/
config/
deploy/
node_modules/
out/cache/
out/coverage/
out/coverage-*
out/docs/
out/typings/
out/*.db
out/*.html
out/*.json
out/test-*
out/tmp/
scripts/
src/
temp/
test/
vendor/
.api-extractor.json
.codeclimate.yml
.dockerignore
.eslintrc.json
Containerfile.*
Makefile
esbuild.js
serve.js
tsconfig.json
yarn-*