did-manager/.gitignore
Kaspars Dambis 36b597c5f4 Switch to phpcs and phpstan for PHP 8.0 compat
Signed-off-by: Kaspars Dambis <hi@kaspars.net>
2026-05-16 20:25:00 +03:00

47 lines
658 B
Text
Executable file

#### ignore all dotfiles and dot-dirs, with exceptions
.*
!.config/
!.github/
!.distignore
!.dockerignore
!.editorconfig
!.env.example
!.gitattributes
!.gitignore
#### local tooling overrides
phpstan.neon
phpunit.xml
#### ignore these patterns
*.bak
*.log
*.tmp
*.local
*.local.*
*.secret
*.secret.*
#### ignore these specific directories
tmp/
vendor/
#### ignore these specific files
auth.json
docker-compose.override.yml
# Local key storage (contains private keys - never commit!)
*.keys.json
fair-keys.json
.fair-keys.json
# misc
*.cache
*.sublime-project
*.sublime-workspace
*.swo
*.swp
*~
Thumbs.db
desktop.ini
examples/temp-storage/keystore.json