mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-18 16:03:37 +00:00
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).
22 lines
164 B
Plaintext
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
|
|
|