swh:1:snp:4a9befeb2f7523efee886bd856f69e8692a72c45
Raw File
Tip revision: 7f7dfb5826878c678455d4ff7462ed22565e33f7 authored by Guillaume BILLEY on 31 January 2022, 07:58:10 UTC
12.18.0
Tip revision: 7f7dfb5
.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