swh:1:snp:4a9befeb2f7523efee886bd856f69e8692a72c45
Raw File
Tip revision: 07780edd054c2147717f1c153a0c16f030529a28 authored by Nicolas Thouvenin on 24 November 2022, 12:31:46 UTC
12.24.0
Tip revision: 07780ed
.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