mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
28 lines
268 B
Plaintext
28 lines
268 B
Plaintext
|
# Docs
|
||
|
*.md
|
||
|
|
||
|
# Build output
|
||
|
target
|
||
|
dist
|
||
|
|
||
|
# Mac OS X Finder
|
||
|
.DS_Store
|
||
|
|
||
|
# Node dependencies
|
||
|
node_modules
|
||
|
|
||
|
# npm-debug log
|
||
|
npm-debug.log
|
||
|
|
||
|
# karma reports
|
||
|
report.*.json
|
||
|
|
||
|
# e2e test artifacts
|
||
|
test-results
|
||
|
html-test-results
|
||
|
|
||
|
# codecov artifacts
|
||
|
.nyc_output
|
||
|
coverage
|
||
|
codecov
|