-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #258 from cloudinary/uat
Uat
- Loading branch information
Showing
116 changed files
with
53,121 additions
and
19,810 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,16 @@ | ||
# See https://make.wordpress.org/core/handbook/coding-standards/ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
indent_style = tab | ||
|
||
[*.yml] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
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 |
---|---|---|
@@ -1,2 +1,43 @@ | ||
*.log | ||
wp-config.php | ||
wp-content/advanced-cache.php | ||
wp-content/backup-db/ | ||
wp-content/backups/ | ||
wp-content/blogs.dir/ | ||
wp-content/cache/ | ||
wp-content/upgrade/ | ||
wp-content/uploads/ | ||
wp-content/mu-plugins/ | ||
wp-content/wp-cache-config.php | ||
wp-content/plugins/hello.php | ||
|
||
/.htaccess | ||
/license.txt | ||
/readme.html | ||
/sitemap.xml | ||
/sitemap.xml.gz | ||
|
||
.DS_Store | ||
/wordpress* | ||
|
||
# Grunt | ||
/build/ | ||
/node_modules/ | ||
npm-debug.log | ||
|
||
# Dev | ||
/vendor/ | ||
/dev-lib/ | ||
phpcs.xml | ||
|
||
# Tests | ||
tests/data/ | ||
tests/includes/ | ||
coverage/html/ | ||
|
||
# ENV files | ||
.env | ||
|
||
# IDE | ||
.vscode | ||
cloudinary-image-management-and-manipulation-in-the-cloud-cdn | ||
cloudinary-image-management-and-manipulation-in-the-cloud-cdn.zip |
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 @@ | ||
12 |
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,32 @@ | ||
dist: xenial | ||
|
||
language: php | ||
|
||
before_install: | ||
- nvm install | ||
- nvm use | ||
|
||
install: | ||
- npm install | ||
|
||
jobs: | ||
|
||
include: | ||
|
||
- php: "5.6" | ||
script: | ||
- npm run lint | ||
- npm run build | ||
|
||
- php: "7.4" | ||
script: | ||
- npm run lint | ||
- npm run build | ||
|
||
notifications: | ||
email: false | ||
|
||
cache: | ||
npm: true | ||
directories: | ||
- "$HOME/.composer/cache" |
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
44 changes: 0 additions & 44 deletions
44
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/.gitignore
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/css/cloudinary.css
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/js/block-editor.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/js/block-editor.js.map
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/js/cloudinary.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.