swh:1:snp:4a9befeb2f7523efee886bd856f69e8692a72c45
Raw File
Tip revision: c6657de6794ac25e27133ad1c9e76b71ec53aef6 authored by Guillaume BILLEY on 14 December 2021, 09:44:16 UTC
12.12.0
Tip revision: c6657de
.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