-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CICD-761] Add additional cases for generated exclude from rules
Tests how different REMOTE_PATHS affect the generated exclude rule output.
- Loading branch information
1 parent
632088c
commit 0f40e85
Showing
5 changed files
with
128 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Version Control | ||
*~ | ||
.git | ||
.github | ||
.gitignore | ||
.DS_Store | ||
.svn | ||
.cvs | ||
*.bak | ||
*.swp | ||
Thumbs.db | ||
|
||
# WordPress specific files | ||
wp-config.php | ||
|
||
# WP Engine specific files and directories | ||
.smushit-status | ||
.gitattributes | ||
.wpe-devkit/ | ||
.wpengine-conf/ | ||
_wpeprivate | ||
|
||
### Dynamic mu-plugin file and directory exclusions | ||
/mu-plugin.php | ||
/slt-force-strong-passwords.php | ||
/wpengine-security-auditor.php | ||
/stop-long-comments.php | ||
/force-strong-passwords* | ||
/wpengine-common* | ||
/wpe-wp-sign-on-plugin* | ||
/wpe-elasticpress-autosuggest-logger* | ||
/wpe-cache-plugin* | ||
/wp-cache-memcached* | ||
/local-by-flywheel-live-link-helper.php |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Version Control | ||
*~ | ||
.git | ||
.github | ||
.gitignore | ||
.DS_Store | ||
.svn | ||
.cvs | ||
*.bak | ||
*.swp | ||
Thumbs.db | ||
|
||
# WordPress specific files | ||
wp-config.php | ||
|
||
# WP Engine specific files and directories | ||
.smushit-status | ||
.gitattributes | ||
.wpe-devkit/ | ||
.wpengine-conf/ | ||
_wpeprivate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Version Control | ||
*~ | ||
.git | ||
.github | ||
.gitignore | ||
.DS_Store | ||
.svn | ||
.cvs | ||
*.bak | ||
*.swp | ||
Thumbs.db | ||
|
||
# WordPress specific files | ||
wp-config.php | ||
|
||
# WP Engine specific files and directories | ||
.smushit-status | ||
.gitattributes | ||
.wpe-devkit/ | ||
.wpengine-conf/ | ||
_wpeprivate | ||
|
||
### Dynamic file and directory exclusions | ||
/uploads/ | ||
/blogs.dir/ | ||
/upgrade/* | ||
/backup-db/* | ||
/advanced-cache.php | ||
/wp-cache-config.php | ||
/cache/* | ||
/cache/supercache/* | ||
/object-cache.php | ||
/drop-ins/ | ||
/drop-ins/wp-cache-memcached* | ||
/mysql.sql | ||
|
||
### Dynamic mu-plugin file and directory exclusions | ||
/mu-plugins/mu-plugin.php | ||
/mu-plugins/slt-force-strong-passwords.php | ||
/mu-plugins/wpengine-security-auditor.php | ||
/mu-plugins/stop-long-comments.php | ||
/mu-plugins/force-strong-passwords* | ||
/mu-plugins/wpengine-common* | ||
/mu-plugins/wpe-wp-sign-on-plugin* | ||
/mu-plugins/wpe-elasticpress-autosuggest-logger* | ||
/mu-plugins/wpe-cache-plugin* | ||
/mu-plugins/wp-cache-memcached* | ||
/mu-plugins/local-by-flywheel-live-link-helper.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters