File tree Expand file tree Collapse file tree 2 files changed +28
-8
lines changed
Expand file tree Collapse file tree 2 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 1- # code coverage
1+ # codecoverage (if present)
22code_coverage
33
4+ # codeception (if present)
5+ c3.php
6+
47# composer
58composer.lock
69
710# gitHub copilot config (if present)
811.copilot /
912.github /copilot /**
1013
11- # node_modules
14+ # mac ds_store (if present)
15+ .DS_Store
16+
17+ # netbeans project (if present)
18+ nbproject
19+
20+ # node_modules (if present)
1221node_modules
22+ package-lock.json
1323
14- # phpstorm project files
24+ # phpstorm project (if present)
1525.idea
1626
17- # phpunit
27+ # phpunit (if present)
1828.phpunit.cache
1929.phpunit.result.cache
2030phpunit.xml *
2131
22- # vendor directory
32+ # vagrant (if present)
33+ .vagrant
34+
35+ # vendor
2336vendor
2437
25- # vscode
38+ # vscode project (if present)
2639.vscode
2740
28- # windows thumbnail cache
41+ # windows thumbnail cache (if present)
2942Thumbs.db
43+
44+ # zend studio for eclipse project (if present)
45+ .buildpath
46+ .project
47+ .settings
Original file line number Diff line number Diff line change 77- Bug #73 : Update workflow actions to use ` v1 ` stable version instead of ` main ` , update ` LICENSE.md ` (@terabytesoftw )
88- Bug #74 : Update ` README.md ` to include ` Behavior ` integration section and example usage (@terabytesoftw )
99- Bug #75 : Update ` README.md ` to enhance badge visibility and improve installation instructions (@terabytesoftw )
10- - Bug #76 : Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw )
10+ - Bug #76 : chore(deps): bump ` php-forge/actions from ` ` 1 ` to ` 2 ` (@dependabot )
11+ - Bug #77 : Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw )
12+ - Bug #78 : Improve ` .gitignore ` formatting and add missing entries for better clarity (@terabytesoftw )
1113
1214## 0.3.1 August 16, 2025
1315
You can’t perform that action at this time.
0 commit comments