admin-fe/.dockerignore
jp e813cbf7dd Update docker configuration:
- .dockerignore for building
- Dockerfile created usign node-10-alpine and nginx-mainline
- docker/ scripts and templates added
2020-01-24 11:32:49 -05:00

31 lines
353 B
Plaintext

# block everything
**
# allowed files
!AGPL-3
!CHANGELOG.md
!README.md
!README.png
!.babelrc
!.eslintignore
!.eslintrc.js
!.postcssrc.js
!favicon.ico
!index.html
!package.json
!yarn.lock
# allowed subdirectories
!/build/**
!/config/**
!/docker/**
!/public/**
!/static/**
!/src/**
# blocked subdirectory files
**/*.log
**/*~
**/.DS_Store
**/Thumbs.db