mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
- Updated commander - Brought coverage back up to 100% - Updated tsconfig to adhere to linter parser update
16 lines
226 B
Plaintext
16 lines
226 B
Plaintext
# nyc test coverage cache directory
|
|
.nyc_output
|
|
|
|
# Coverage output directory used by nyc
|
|
coverage
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
package-lock.json
|
|
|
|
# Code Editor directory
|
|
.vscode
|
|
|
|
# Ignore compiled dist/tests
|
|
dist/test
|