hv0905/NekoImageGallery

View on GitHub
.dockerignore

Summary

Maintainability
Test Coverage
# Include any files or directories that you don't want to be copied to your
# container here (e.g., local build artifacts, temporary files, etc.).
#
# For more help, visit the .dockerignore file reference guide at
# https://docs.docker.com/engine/reference/builder/#dockerignore-file

**/.DS_Store
**/__pycache__
**/.venv
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/.idea
**/bin
**/charts
**/docker-compose*
**/compose*
**/*Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
**/venv

.github/
static/
web/
tests/
pylintrc.toml
LICENSE
readme.md
readme_cn.md