Files
context-mod/.dockerignore
FoxxMD 11be4085be refactor(docker): Reclaim some space
* Clear npm cache after final production install to reclaim 100MB on image size
* More comprehensive dockerignore to prevent accidentally including development files
2022-04-07 13:10:33 -04:00

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