mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
45 lines
461 B
Plaintext
45 lines
461 B
Plaintext
*.scssc
|
|
*.zip
|
|
*.gzip
|
|
*.tgz
|
|
*.DS_Store
|
|
|
|
*.sass-cache
|
|
*COMPILE.css
|
|
|
|
# Intellij project configuration files
|
|
*.idea
|
|
*.iml
|
|
|
|
# External dependencies
|
|
|
|
# Build output
|
|
target
|
|
|
|
# Mac OS X Finder
|
|
.DS_Store
|
|
|
|
# Closed source libraries
|
|
closed-lib
|
|
|
|
# Node, Bower dependencies
|
|
node_modules
|
|
bower_components
|
|
|
|
Procfile
|
|
|
|
# Protractor logs
|
|
protractor/logs
|
|
|
|
# npm-debug log
|
|
npm-debug.log
|
|
|
|
# Infra and tests
|
|
.circleci
|
|
.github
|
|
e2e
|
|
codecov.yml
|
|
lighthouserc.yml
|
|
*.Spec.js
|
|
karma.conf.js
|