Skip to content

Commit

Permalink
Adds .npmignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
darielnoel committed Aug 30, 2024
1 parent ed141b2 commit 2e1cd01
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# See https://docs.npmjs.com/cli/v9/using-npm/developers#keeping-files-out-of-your-package

# Dependencies
node_modules
.pnp
.pnp.js

# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Build Outputs
.next/
out/
build

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Misc
.DS_Store
*.pem
_todo.md
*storybook.log
xscripts
playground
tests

0 comments on commit 2e1cd01

Please sign in to comment.