e813cbf7dd
- .dockerignore for building - Dockerfile created usign node-10-alpine and nginx-mainline - docker/ scripts and templates added
30 lines
353 B
Text
30 lines
353 B
Text
# 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
|