mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-16 05:33:07 -04:00
47 lines
716 B
Plaintext
47 lines
716 B
Plaintext
# 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/go/build-context-dockerignore/
|
|
|
|
# Git
|
|
.git
|
|
.github
|
|
.gitignore
|
|
|
|
# Docker
|
|
.dockerignore
|
|
docker-compose*
|
|
compose.yaml
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
**/.DS_Store
|
|
|
|
# Documentation files
|
|
README*
|
|
LICENSE*
|
|
VERSION*
|
|
CONTRIBUTING*
|
|
|
|
# Exclude unnecessary files
|
|
**/__pycache__
|
|
**/.venv
|
|
**/bin
|
|
**/obj
|
|
**/charts
|
|
**/.env
|
|
**/secrets.dev.yaml
|
|
**/values.dev.yaml
|
|
|
|
# Keep only essential files for the static website
|
|
!index.html
|
|
!privacy.html
|
|
!css/
|
|
!images/
|
|
!fonts/
|