mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
b484a4a959
* Initial LighthouseCI Commit Co-authored-by: unlikelyzero <jchill2@gmail.com> Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
47 lines
508 B
Plaintext
47 lines
508 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
|
|
|
|
# External dependencies
|
|
|
|
# Build output
|
|
target
|
|
dist
|
|
|
|
# Mac OS X Finder
|
|
.DS_Store
|
|
|
|
# Closed source libraries
|
|
closed-lib
|
|
|
|
# Node, Bower dependencies
|
|
node_modules
|
|
bower_components
|
|
|
|
# Protractor logs
|
|
protractor/logs
|
|
|
|
# npm-debug log
|
|
npm-debug.log
|
|
|
|
# karma reports
|
|
report.*.json
|
|
|
|
# Lighthouse reports
|
|
.lighthouseci
|
|
|
|
package-lock.json
|