You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
341 B
Plaintext
31 lines
341 B
Plaintext
3 years ago
|
# 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
|