mirror of
https://github.com/wassname/talk.git
synced 2026-06-27 15:17:24 +08:00
87aba459d6
* chore: update README.md * fix: removed README from doctoc * fix: replaced emoji codes with emjoi * fix: removed emoji's due to browser rendering issues
30 lines
404 B
Plaintext
30 lines
404 B
Plaintext
# tests are not run in the docker container.
|
|
__tests__
|
|
coverage
|
|
|
|
# we won't use the .git folder in production.
|
|
.git
|
|
|
|
# don't include the dependancies
|
|
node_modules
|
|
|
|
# don't include any logs
|
|
npm-debug.log*
|
|
|
|
# don't include any yarn files
|
|
yarn-error.log
|
|
yarn.lock
|
|
|
|
# don't include any OS/editor files
|
|
.env
|
|
.idea/
|
|
.vs
|
|
.docz
|
|
*.swp
|
|
*.DS_STORE
|
|
|
|
# don't include any generated files
|
|
dist
|
|
*.css.d.ts
|
|
__generated__
|