mirror of
https://gh.wpcy.net/https://github.com/fairpm/did-manager.git
synced 2026-06-20 02:12:32 +08:00
41 lines
557 B
Text
Executable file
41 lines
557 B
Text
Executable file
#### 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
|
|
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
|