Skip to content

Commit a5b893b

Browse files
authored
Merge pull request #119 from WordPress/fix/remove-duplicate-gitignore-section
Remove duplicate gitignore section
2 parents 81a104a + 32ff6ae commit a5b893b

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.gitignore

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ vendor/
1313
*.DS_store
1414
.DS_store?
1515

16-
############
17-
## IDEs
18-
############
19-
20-
.idea/
21-
.vscode/
22-
2316
############
2417
## AI Tools
2518
############
@@ -35,14 +28,14 @@ CLAUDE.md
3528
GEMINI.md
3629

3730
############
38-
## IDEs
31+
## PHPUnit
3932
############
4033

41-
.idea/
42-
.vscode/
34+
.phpunit.cache/
4335

4436
############
45-
## PHPUnit
37+
## IDEs
4638
############
4739

48-
.phpunit.cache/
40+
.idea/
41+
.vscode/

0 commit comments

Comments
 (0)