Files
firecms/example/.gitignore
francesco ff2c8dcc91 - onFirebaseInit callback on the CMSApp called after Firebase initialisation.
Useful for using the local emulator.
- Fixed initial values bug when creating new entities and validation.
- Added `showError` prop to CMSFieldProps
2021-01-02 13:11:09 +01:00

35 lines
405 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
/src/firebase_config.ts
.firebaserc
.firebase
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase-debug.log*
.idea
.eslintcache
*.log