Files
context-mod/.dockerignore
FoxxMD 718f81b921 feat(docs): Generate docs on startup or in docker build
* Generate docs if none found on Web client startup
* Add "Docs" link to local docs index
* Add working implementation of building docs in docker image
2022-11-15 13:07:40 -05:00

30 lines
282 B
Plaintext

.git
logs
.github
_site
.bundle
vendor
docs/.jekyll-cache
node_modules
coverage
.nyc_output
.idea
*.bak
*.sqlite
*.sqlite*
*.json
*.json5
*.yaml
*.yml
*.env
# exceptions
!heroku.yml
!app.json
!.nycrc.json
!.mocharc.json
!tsconfig.json
!package*.json
!docker/config/**
!_config.yml