Files
frontend-app-authoring/.gitignore
2024-08-09 11:47:35 -07:00

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