* chore: add @openedx/frontend-plugin-framework chore: move plugin page setting button to a props chore: split out app setting modal for reusability chore: add implementation of WTC plugin chore: update app setting form chore: implement the plugin form with mock chore: follow the UI design chore: remove translation plugin and move it into frontend-plugin instead * chore: add eslint ignore for env.config.jsx * chore: update package-lock.json
32 lines
376 B
Plaintext
Executable File
32 lines
376 B
Plaintext
Executable File
.DS_Store
|
|
.eslintcache
|
|
.idea
|
|
node_modules
|
|
npm-debug.log
|
|
coverage
|
|
|
|
dist/
|
|
src/i18n/transifex_input.json
|
|
temp/babel-plugin-react-intl
|
|
|
|
### pyenv ###
|
|
.python-version
|
|
|
|
### vim ###
|
|
*.swp
|
|
|
|
### Emacs ###
|
|
*~
|
|
/temp
|
|
/.vscode
|
|
/module.config.js
|
|
|
|
# Local environment overrides
|
|
.env.private
|
|
|
|
# Messages .json files fetched by atlas
|
|
src/i18n/messages/
|
|
|
|
# environment js config
|
|
env.config.jsx
|