mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-06-20 03:02:27 +08:00
26 lines
368 B
Text
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
|