mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-04-19 03:00:07 -04:00
* Store reports with likely creation time to DB * Use some trickery and caching in Manager to get likely report creation time
25 lines
211 B
Plaintext
25 lines
211 B
Plaintext
.git
|
|
logs
|
|
.github
|
|
docs
|
|
node_modules
|
|
coverage
|
|
.nyc_output
|
|
.idea
|
|
*.bak
|
|
*.sqlite
|
|
*.sqlite*
|
|
*.json
|
|
*.json5
|
|
*.yaml
|
|
*.yml
|
|
|
|
|
|
# exceptions
|
|
!heroku.yml
|
|
!app.json
|
|
!.nycrc.json
|
|
!.mocharc.json
|
|
!tsconfig.json
|
|
!package*.json
|