securityos/node_modules/remove/.npmignore

41 lines
378 B
Plaintext
Raw Normal View History

2024-09-06 15:32:35 +00:00
# git-ls-files --others --exclude-from=.git/info/exclude
# Source Control
.git
.svn
.hg
# OSX
.VolumeIcon.icns
.fseventsd
.Spotlight-V100
.Trashes
.DS_Store
._*
Icon?
# Junk
*~
*.sw?
*.pid
*.db
*.sqlite
# *.log
*.[oa]
# Node
npm-debug.log
node_modules/
node_modules/*
test/*.log
test/fixtures/*.json
test/fixtures/logs/*.log
lib-cov/
*.sass-cache
# *.cache
# Project
tmp