snarf-node/.npmignore

31 lines
341 B
Plaintext
Raw Permalink Normal View History

2020-03-27 17:37:07 -04:00
# https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package
#tests
test
coverage
#build tools
.travis.yml
.jenkins.yml
.codeclimate.yml
#linters
.jscsrc
.jshintrc
.eslintrc*
#editor settings
.idea
.editorconfig
#.gitignore help
node_modules
*.log*
.DS_Store
lib/
*.ls
*.tgz
*.swp
*~
\#*\#
.\#*
*.swo
gulpfile.js
#custom
*.swp