Files
RUSTDESK-AP-SERVER-SUNLIX/.dockerignore
Tao Chen 461b100b6c fix bug
2024-10-29 14:27:15 +08:00

26 lines
367 B
Plaintext

# Ignore Docker Compose configuration files
docker-compose.yaml
# Ignore development Dockerfile
Dockerfile.dev
# 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