mirror of
https://github.com/catdad-experiments/heic-convert
synced 2024-11-21 17:38:42 +00:00
adding .npmignore to avoid publishing unnecessary files
This commit is contained in:
parent
05fddcf198
commit
896bf71b95
45
.npmignore
Normal file
45
.npmignore
Normal 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/
|
||||
.*
|
Loading…
Reference in New Issue
Block a user