mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
17 lines
232 B
Plaintext
17 lines
232 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
|
|
.idea
|
|
|
|
# Ignore compiled dist/tests
|
|
dist/test
|