Skip to content

Commit

Permalink
fix(repo): fix npm ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
draconisNoctis committed Dec 11, 2024
1 parent 6de5a88 commit 7b7f646
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pkg/angular/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
typedoc.json
.turbo
tsconfig.tsbuildinfo
tsconfig.esm.tsbuildinfo
dist
.angular
biome.json
3 changes: 2 additions & 1 deletion .npmignore → pkg/core/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
typedoc.json
.turbo
tsconfig.tsbuildinfo
tsconfig.esm.tsbuildinfo
tsconfig.esm.tsbuildinfo
biome.json
5 changes: 5 additions & 0 deletions pkg/nestjs/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
typedoc.json
.turbo
tsconfig.tsbuildinfo
tsconfig.esm.tsbuildinfo
biome.json

0 comments on commit 7b7f646

Please sign in to comment.