30 lines
260 B
Plaintext
30 lines
260 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.idea
|
|
*.iml
|
|
|
|
# Build artifacts
|
|
dist/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Uploads (will be mounted as volume)
|
|
uploads/
|
|
|
|
# Documentation
|
|
*.md
|
|
|
|
# Docker files (not needed in context)
|
|
docker-compose*.yml
|
|
|
|
# macOS
|
|
.DS_Store
|