mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 21:49:58 +08:00
19 lines
366 B
Plaintext
19 lines
366 B
Plaintext
# excluded because we'll likely need to rebuild this.
|
|
node_modules
|
|
|
|
# scripts are used during development and testing, not
|
|
# production.
|
|
scripts
|
|
|
|
# documentation should not be visable in production.
|
|
docs
|
|
|
|
# static assets are rebuild in the docker container.
|
|
dist
|
|
|
|
# tests are not run in the docker container.
|
|
test
|
|
|
|
# we won't use the .git folder in production.
|
|
.git
|