mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
35 lines
414 B
Plaintext
35 lines
414 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# production
|
|
/build
|
|
cloud_functions/functions/lib
|
|
|
|
# firebase
|
|
*.firebaserc
|
|
*-firebase.json
|
|
.firebase/
|
|
*firebase-adminsdk*.json
|
|
*.log
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env*
|
|
!.env.example
|
|
!*.enc
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
firebase-debug.log*
|
|
|
|
.eslintcache
|
|
.npm
|
|
|
|
.vercel
|
|
typedoc/
|