Revision 91995f85b2d743d6d39af58a96c84590995e3665 authored by Anthony Rimet on 22 March 2023, 13:47:09 UTC, committed by Anthony Rimet on 22 March 2023, 13:47:09 UTC
1 parent ab52a67
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