adding .npmignore to avoid publishing unnecessary files

This commit is contained in:
Kiril Vatev 2020-01-18 01:36:16 -05:00
parent 05fddcf198
commit 896bf71b95

45
.npmignore Normal file
View File

@ -0,0 +1,45 @@
# Windows image file caches
Thumbs.db
ehthumbs.db
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows shortcuts
*.lnk
# OSX
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Node stuff
node_modules/
coverage/
.nyc_output/
temp/
# not production code
scripts/
temp/
test/
.*