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.
1 parent 81a104a commit 32ff6aeCopy full SHA for 32ff6ae
.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