swh:1:snp:4a9befeb2f7523efee886bd856f69e8692a72c45
Raw File
Tip revision: 0610285a2ef2f319bc949692a22e81561300a7f8 authored by Nicolas Thouvenin on 24 September 2020, 14:29:03 UTC
11.16.1
Tip revision: 0610285
.dockerignore
# Ignore all files by default
*

# White list only the required files
!package-lock.json
!package.json
!src/
!config/
!config.json
!babel.config.js
!jest.config.js
!jsconfig.json
!typings.json
!docker-entrypoint.sh
back to top