mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
449923feae
Fix to Issue #1646 Persist MCTSplitPane widths to local storage, thus when user reloads, the Panes maintain dimensions Use persisted widths if available otherwise use default Add tests for localStorage and fix failing tests
41 lines
441 B
Plaintext
41 lines
441 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
|
|
|
|
package-lock.json
|