shelljs/.gitignore
Nate Fischer a3e622ba0d chore: set up test coverage (#638)
Use nyc for test coverage and ignore all nyc-related files in git & eslint.
This increases testing time (~35sec -> ~60sec on my 4-core machine).
2016-12-27 19:39:13 -08:00

22 lines
164 B
Plaintext

# Project
npm-debug.log*
node_modules
tmp
coverage/
.nyc_output/
# Linux
*~
# JetBrains
.idea
# Vim
## swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
# OS X
.DS_Store