Skip to content

Commit c833454

Browse files
committed
fix(metadata): Improve .gitignore formatting and add missing entries for better clarity.
1 parent 04ebef8 commit c833454

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed

.gitignore

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,47 @@
1-
#code coverage
1+
# codecoverage (if present)
22
code_coverage
33

4+
# codeception (if present)
5+
c3.php
6+
47
# composer
58
composer.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)
1221
node_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
2030
phpunit.xml*
2131

22-
# vendor directory
32+
# vagrant (if present)
33+
.vagrant
34+
35+
# vendor
2336
vendor
2437

25-
# vscode
38+
# vscode project (if present)
2639
.vscode
2740

28-
# windows thumbnail cache
41+
# windows thumbnail cache (if present)
2942
Thumbs.db
43+
44+
# zend studio for eclipse project (if present)
45+
.buildpath
46+
.project
47+
.settings

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
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

0 commit comments

Comments
 (0)