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)
2
2
code_coverage
3
3
4
+ # codeception (if present)
5
+ c3.php
6
+
4
7
# composer
5
8
composer.lock
6
9
7
10
# gitHub copilot config (if present)
8
11
.copilot /
9
12
.github /copilot /**
10
13
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)
12
21
node_modules
22
+ package-lock.json
13
23
14
- # phpstorm project files
24
+ # phpstorm project (if present)
15
25
.idea
16
26
17
- # phpunit
27
+ # phpunit (if present)
18
28
.phpunit.cache
19
29
.phpunit.result.cache
20
30
phpunit.xml *
21
31
22
- # vendor directory
32
+ # vagrant (if present)
33
+ .vagrant
34
+
35
+ # vendor
23
36
vendor
24
37
25
- # vscode
38
+ # vscode project (if present)
26
39
.vscode
27
40
28
- # windows thumbnail cache
41
+ # windows thumbnail cache (if present)
29
42
Thumbs.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 7
7
- Bug #73 : Update workflow actions to use ` v1 ` stable version instead of ` main ` , update ` LICENSE.md ` (@terabytesoftw )
8
8
- Bug #74 : Update ` README.md ` to include ` Behavior ` integration section and example usage (@terabytesoftw )
9
9
- 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 )
11
13
12
14
## 0.3.1 August 16, 2025
13
15
You can’t perform that action at this time.
0 commit comments