mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 14:15:23 +08:00
76d198f2a6
* feat: docker + compression support + headers * fixed bug with dependancies
31 lines
436 B
Plaintext
31 lines
436 B
Plaintext
# excluded because we'll likely need to rebuild this.
|
|
node_modules
|
|
|
|
# static assets are rebuild in the docker container.
|
|
dist
|
|
|
|
# tests are not run in the docker container.
|
|
__tests__
|
|
|
|
# we won't use the .git folder in production.
|
|
.git
|
|
|
|
# hide the environment config.
|
|
.env
|
|
|
|
# don't include logs.
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
|
|
# hide OS specific files.
|
|
.idea/
|
|
.vs
|
|
.docz
|
|
*.swp
|
|
*.DS_STORE
|
|
|
|
# hide generated files.
|
|
*.css.d.ts
|
|
__generated__
|
|
|