31 lines
341 B
Plaintext
31 lines
341 B
Plaintext
# 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
|