did-manager/.gitignore
Namith Jawahar 9f8f9c35d1 Integrate WordPress readme parser
Replaces the custom ReadmeParser logic with a wrapper for afragen/wordpress-plugin-readme-parser, adds WordPress function stubs for standalone use, updates composer dependencies, and enhances the example and tests to use the new parser interface.

Signed-off-by: Namith Jawahar <namith.jawahar@gmail.com>
2026-01-13 21:54:18 +05:30

42 lines
593 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
examples/temp-storage/keystore.json