Skip to content

Commit

Permalink
remove .npmignore since it's only for libraries, which already use `"…
Browse files Browse the repository at this point in the history
…files"`
  • Loading branch information
dherman committed Apr 14, 2024
1 parent 86c7daa commit e965176
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions pkgs/create-neon/data/templates/.npmignore.hbs

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/create-neon/src/bin/create-neon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {

const TEMPLATES: Record<string, string> = {
".gitignore.hbs": ".gitignore",
".npmignore.hbs": ".npmignore",
"Cargo.toml.hbs": "Cargo.toml",
"README.md.hbs": "README.md",
"lib.rs.hbs": path.join("src", "lib.rs"),
Expand Down

0 comments on commit e965176

Please sign in to comment.