mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
ceeb761d94
* include package lock * migrate to npm ci * remove cache busting doc and replace with npm run clean --------- Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov> Co-authored-by: Andrew Henry <akhenry@gmail.com>
50 lines
577 B
Plaintext
50 lines
577 B
Plaintext
*.scssc
|
|
*.zip
|
|
*.gzip
|
|
*.tgz
|
|
*.DS_Store
|
|
*.swp
|
|
|
|
# Compiled CSS, unless directly added
|
|
*.sass-cache
|
|
*COMPILE.css
|
|
*.css
|
|
*.css.map
|
|
|
|
# Intellij project configuration files
|
|
*.idea
|
|
*.iml
|
|
|
|
# VSCode
|
|
.vscode/settings.json
|
|
|
|
# Build output
|
|
target
|
|
dist
|
|
|
|
# Mac OS X Finder
|
|
.DS_Store
|
|
|
|
# Node, Bower dependencies
|
|
node_modules
|
|
bower_components
|
|
|
|
# npm-debug log
|
|
npm-debug.log
|
|
|
|
# karma reports
|
|
report.*.json
|
|
|
|
# e2e test artifacts
|
|
test-results
|
|
html-test-results
|
|
|
|
# couchdb scripting artifacts
|
|
src/plugins/persistence/couch/.env.local
|
|
index.html.bak
|
|
|
|
# codecov artifacts
|
|
.nyc_output
|
|
coverage
|
|
codecov
|