mirror of
https://github.com/jlengrand/undercover.git
synced 2026-03-10 08:51:23 +00:00
21 lines
187 B
Plaintext
21 lines
187 B
Plaintext
## editors
|
|
/.idea
|
|
/.vscode
|
|
|
|
## system files
|
|
.DS_Store
|
|
|
|
# code coverage folders
|
|
coverage/
|
|
|
|
## npm
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
## temp folders
|
|
/.tmp/
|
|
|
|
## build output
|
|
dist
|
|
build-stats.json
|