Git ignore for .env.private to enable local environment overrides as detailed by frontend-build. See: https://github.com/edx/frontend-build#override-default-envdevelopment-environment-variables-with-envprivate
26 lines
293 B
Plaintext
Executable File
26 lines
293 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
|
|
logs
|
|
|
|
### pyenv ###
|
|
.python-version
|
|
|
|
### Editors ###
|
|
*~
|
|
/temp
|
|
/.vscode
|
|
|
|
# Local package dependencies
|
|
module.config.js
|
|
|
|
# Local environment overrides
|
|
.env.private
|