mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-04-19 03:00:07 -04:00
* Clear npm cache after final production install to reclaim 100MB on image size * More comprehensive dockerignore to prevent accidentally including development files
24 lines
201 B
Plaintext
24 lines
201 B
Plaintext
.git
|
|
logs
|
|
.github
|
|
docs
|
|
node_modules
|
|
coverage
|
|
.nyc_output
|
|
.idea
|
|
*.bak
|
|
*.sqlite
|
|
*.json
|
|
*.json5
|
|
*.yaml
|
|
*.yml
|
|
|
|
|
|
# exceptions
|
|
!heroku.yml
|
|
!app.json
|
|
!.nycrc.json
|
|
!.mocharc.json
|
|
!tsconfig.json
|
|
!package*.json
|