swh:1:snp:4a9befeb2f7523efee886bd856f69e8692a72c45
Raw File
Tip revision: ffc0c9a79bc44313ac8e25771d4666026f001301 authored by Nicolas Thouvenin on 21 August 2023, 12:40:44 UTC
12.40.2
Tip revision: ffc0c9a
.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