Skip to content

Commit

Permalink
fix(gui): add npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 6, 2023
1 parent dfb5917 commit 8f7c1e7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions gui/.npmignore
Original file line number Diff line number Diff line change
@@ -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-*

0 comments on commit 8f7c1e7

Please sign in to comment.