Skip to content

Commit

Permalink
add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
selfagency committed Aug 9, 2021
1 parent 83f2c49 commit 14ba71d
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
._*
.apdisk
.AppleDB
.AppleDesktop
.AppleDouble
.cache/
.com.apple.timemachine.donotpresent
.dccache
.directory
.DocumentRevisions-V100
.DS_Store
.dynamodb/
.env
.env.test
.env*.local
.eslintcache
.fseventsd
.fuse_hidden*
.fusebox/
.grunt
.history
.ionide
.lock-wscript
.LSOverride
.next
.nfs*
.node_repl_history
.npm
.nuxt
.nyc_output
.out
.parcel-cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
.serverless/
.Spotlight-V100
.storybook-out
.stylelintcache
.TemporaryItems
.tern-port
.Trash-*
.Trashes
.VolumeIcon.icns
.vscode-test
.vscode/
.vuepress/dist
.yarn-integrity
*.code-workspace
*.lcov
*.log
*.pid
*.pid.lock
*.seed
*.tgz
*.tsbuildinfo
*~
bower_components
build
build/Release
coverage
Icon
jspm_packages/
lerna-debug.log*
lib-cov
logs
Network Trash Folder
node_modules/
npm-debug.log
npm-debug.log*
pids
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
src/
storybook-static
temp/
Temporary Items
tmp/
typings/
yarn-debug.log*
yarn-error.log
yarn-error.log*

0 comments on commit 14ba71d

Please sign in to comment.