server/.gitignore
Chuck Adams a95bd28b67
initial bedrock-based version
Signed-off-by: Chuck Adams <chaz@chaz.works>
2025-11-20 15:56:46 -07:00

26 lines
368 B
Text

#### ignore all dotfiles and dot-dirs, with exceptions
.*
!.config/
!.distignore
!.dockerignore
!.editorconfig
!.env.example
!.gitattributes
!.gitignore
#### ignore these patterns
*.bak
*.log
*.tmp
*.local
*.local.*
*.secret
*.secret.*
#### ignore these specific directories
/gp-data/
/vendor/
#### ignore these specific files
auth.json
docker-compose.override.yml