Revision 5d901aca3bde39cfcd405f154245d09bc6c35584 authored by Anthony Rimet on 26 October 2021, 15:16:25 UTC, committed by Anthony Rimet on 26 October 2021, 15:16:25 UTC
1 parent 1e22719
Raw File
.dockerignore
# Ignore all files by default
*

# White list only the required files
!package-lock.json
!package.json
!src/
!config/
!config.json
!babel.config.js
!modclean.config.js
!lodex-extended-sync
!jest.config.js
!jsconfig.json
!typings.json
!docker-entrypoint.sh
back to top