We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9978198 + b3e756e commit da45ef5Copy full SHA for da45ef5
1 file changed
src/Find_Command.php
@@ -14,21 +14,34 @@ class Find_Command {
14
'/__MACOSX/',
15
// Webserver directories
16
'/cache/',
17
+ '/caches/',
18
'/logs/',
19
'/debuglogs/',
20
'/Maildir/',
21
'/tmp/',
22
// Generic application directories
23
+ '/data/',
24
'/uploads/',
25
'/themes/',
26
'/plugins/',
27
'/modules/',
28
+ '/assets/',
29
+ '/js/',
30
+ '/pdf/',
31
+ '/releases/',
32
+ '/filestore/',
33
+ // Backup directories
34
+ '/backup/',
35
+ '/backups/',
36
+ '/mysql_backups/',
37
+ '/updater_backup/',
38
// Other applications
39
'/owncloud/',
40
// Dependency management
41
'/node_modules/',
42
'/bower_components/',
43
'/vendor/',
44
+ '/svn/',
45
// Already in a WordPress install
46
'/wp-admin/',
47
'/wp-content/',
0 commit comments