We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81a104a + 32ff6ae commit a5b893bCopy full SHA for a5b893b
.gitignore
@@ -13,13 +13,6 @@ vendor/
13
*.DS_store
14
.DS_store?
15
16
-############
17
-## IDEs
18
19
-
20
-.idea/
21
-.vscode/
22
23
############
24
## AI Tools
25
@@ -35,14 +28,14 @@ CLAUDE.md
35
28
GEMINI.md
36
29
37
30
38
31
+## PHPUnit
39
32
40
33
41
42
34
+.phpunit.cache/
43
44
45
-## PHPUnit
+## IDEs
46
47
48
-.phpunit.cache/
+.idea/
+.vscode/
0 commit comments