mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-14 01:34:55 +08:00
Useful for using the local emulator. - Fixed initial values bug when creating new entities and validation. - Added `showError` prop to CMSFieldProps
35 lines
405 B
Plaintext
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
|