Skip to content

Commit 50f1133

Browse files
authored
feat: revert add .npmignore to rootfiles (#1642)
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> It turns out that `.npmignore` is not required as TSUP is handling this on our behalf. And we don't publish `src` because we're not monsters
1 parent 50a4813 commit 50f1133

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.npmignore

-1
This file was deleted.

src/steps/writing/creation/rootFiles.ts

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export async function createRootFiles(options: Options) {
2525
"node_modules/",
2626
]),
2727
}),
28-
".npmignore": `*.test.*\n`,
2928
".nvmrc": `20.12.2\n`,
3029
".prettierignore": formatIgnoreFile([
3130
...(options.excludeAllContributors ? [] : [".all-contributorsrc"]),

0 commit comments

Comments
 (0)