Skip to content

Commit 42fbfe2

Browse files
Ignore a variety of additional application paths
1 parent 266bd64 commit 42fbfe2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Find_Command.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ class Find_Command {
2020
'/Maildir/',
2121
'/tmp/',
2222
// Generic application directories
23+
'/configs/',
24+
'/config/',
2325
'/data/',
2426
'/uploads/',
2527
'/themes/',
2628
'/plugins/',
2729
'/modules/',
2830
'/assets/',
31+
'/thumbs/',
32+
'/thumb/',
33+
'/albums/',
34+
'/attachments/',
2935
'/js/',
3036
'/pdf/',
3137
'/releases/',

0 commit comments

Comments
 (0)