mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
82261dfabc
...to declare front-end dependencies, to allow these to be removed from repository.
35 lines
362 B
Plaintext
35 lines
362 B
Plaintext
*.scssc
|
|
*.zip
|
|
*.gzip
|
|
*.tgz
|
|
*.DS_Store
|
|
|
|
*.sass-cache
|
|
*COMPILE.css
|
|
|
|
# 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
|