mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
36 lines
367 B
Plaintext
36 lines
367 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
|