Skip to content

Commit

Permalink
Include npmignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Aug 8, 2024
1 parent d333975 commit 725510a
Show file tree
Hide file tree
Showing 13 changed files with 186 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .changeset/modern-news-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
"barrelify": patch
"juniper": patch
"nx-lifecycle": patch
"nx-update-ts-references": patch
"load-populate-files": patch
"nx-populate-files": patch
"populate-files": patch
"@leyman/eslint-config": patch
"common-proxy": patch
"default-import": patch
"entry-script": patch
"enum-to-array": patch
"find-import": patch
"format-file": patch
"haywire": patch
"haywire-launcher": patch
"iso-crypto": patch
"mocha-chain": patch
"named-patch": patch
"normalized-react-query": patch
"nx-plugin-handler": patch
"nx-tsc": patch
"parse-cwd": patch
"punycode-esm": patch
"sinon-typed-stub": patch
"static-emitter": patch
---

Include npmignore ignore file
13 changes: 13 additions & 0 deletions apps/barrelify/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/default-import/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/entry-script/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/enum-to-array/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/find-import/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/haywire-launcher/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/iso-crypto/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/named-patch/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/normalized-react-query/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/parse-cwd/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/punycode-esm/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**
13 changes: 13 additions & 0 deletions tools/static-emitter/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
project.json
tsconfig.json

coverage/**
.c8rc.json
.eslintcache
eslint.config.js

dist/tsconfig.tsbuildinfo
dist/**/*.map
dist/tests

src/**

0 comments on commit 725510a

Please sign in to comment.