mirror of
https://github.com/LLukas22/Jellyswarrm.git
synced 2025-12-23 14:37:47 -05:00
36 lines
404 B
Plaintext
36 lines
404 B
Plaintext
# Rust build artifacts
|
|
/target
|
|
|
|
# Node modules (reinstalled inside image)
|
|
/ui/node_modules
|
|
/ui/dist
|
|
|
|
# Git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Local data & logs
|
|
/logs
|
|
/data
|
|
*.log
|
|
*.db
|
|
|
|
# Editor/OS noise
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
|
|
# Docker files
|
|
docker-compose.yml
|
|
Dockerfile.alpine
|
|
|
|
# Static assets (will be rebuilt)
|
|
/crates/jellyswarrm-proxy/static
|
|
|
|
# Development files
|
|
/scripts
|