mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 23:09:26 +08:00
21 lines
421 B
Plaintext
21 lines
421 B
Plaintext
# excluded because we'll likely need to rebuild this.
|
|
node_modules
|
|
|
|
# most scripts are used during development and testing, not
|
|
# production.
|
|
scripts
|
|
!scripts/generateIntrospectionResult.js
|
|
|
|
# documentation should not be visible in production.
|
|
docs
|
|
|
|
# static assets are rebuild in the docker container.
|
|
dist
|
|
|
|
# tests are not run in the docker container.
|
|
test
|
|
__tests__
|
|
|
|
# we won't use the .git folder in production.
|
|
.git
|