https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 93b3651f8207dbe972b0e9da3ede70c86679fd39 authored by Nicolas Thouvenin on 30 June 2022, 19:50:09 UTC
12.22.6
Tip revision: 93b3651
.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