19 lines
251 B
Text
19 lines
251 B
Text
# Docker ignore file
|
|
# Ignore local environment files - use docker-compose environment instead
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Ignore build artifacts
|
|
maplepress-backend
|
|
*.log
|
|
|
|
# Ignore git
|
|
.git
|
|
.gitignore
|
|
|
|
# Ignore IDE files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|