swh:1:snp:4a9befeb2f7523efee886bd856f69e8692a72c45
Raw File
Tip revision: 77a0fe59ac35f36a0ee77899b41430780732ca8c authored by Anthony Rimet on 22 December 2022, 11:24:11 UTC
12.29.0
Tip revision: 77a0fe5
.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