mirror of
https://gh.wpcy.net/https://github.com/fairpm/did-manager.git
synced 2026-06-19 02:03:36 +08:00
47 lines
658 B
Text
Executable file
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
|