19 lines
219 B
Text
19 lines
219 B
Text
/.vscode/
|
|
.idea
|
|
|
|
.DS_Store
|
|
|
|
# tests coverage
|
|
coverage.out
|
|
|
|
# test data artifacts
|
|
test/node_modules/
|
|
test/output.json
|
|
|
|
# plaintask todo files
|
|
*.todo
|
|
|
|
# generated markdown previews
|
|
README.html
|
|
CHANGELOG.html
|
|
LICENSE.html
|