Revision 1e2271992646af56e5334777085f0c7516081389 authored by Anthony Rimet on 26 October 2021, 15:16:03 UTC, committed by Anthony Rimet on 26 October 2021, 15:16:03 UTC
1 parent 8bd539c
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