did-manager/.gitignore
Chuck Adams 961ce6b68e
update .gitignore
Signed-off-by: Chuck Adams <cja987@gmail.com>
2025-12-10 15:15:40 -07:00

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