mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-04-19 03:00:07 -04:00
* 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
30 lines
282 B
Plaintext
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
|