Files
RUSTDESK-AP-SERVER-SUNLIX/.dockerignore
Tao Chen 51186b66dc add more
2024-11-01 01:33:08 +08:00

29 lines
416 B
Plaintext

# Ignore Docker Compose configuration files
docker-compose.yaml
docker-compose-dev.yaml
# Ignore development Dockerfile
Dockerfile
Dockerfile.dev
docker-dev.sh
# Ignore the data directory
data/
# Ignore version control system directories
.git/
# Ignore log and temporary files
*.log
*.tmp
*.swp
# Ignore editor/IDE configuration files
.vscode/
.idea/
# Ignore binaries and build cache
release/
bin/
*.exe
*.out