Skip to content

Commit

Permalink
Add Blueprint, make sure .wordpress.org and .github are export ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Nov 28, 2023
1 parent 08e6170 commit 6c459a4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#
/.editorconfig export-ignore
/.eslintrc export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.phpcs.xml export-ignore
Expand All @@ -19,6 +20,7 @@
/.cache export-ignore
/svn-assets export-ignore
/tests export-ignore
/.wordpress-org export-ignore

#
# Auto detect text files and perform LF normalization
Expand All @@ -30,4 +32,4 @@
# The above will handle all files NOT found below
#
*.md text
*.php text
*.php text
17 changes: 17 additions & 0 deletions .wordpress.org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"landingPage": "\/wp-admin\/options-reading.php",
"preferredVersions": {
"php": "7.4",
"wp": "6.2"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit 6c459a4

Please sign in to comment.