Skip to content

Commit a5a4a55

Browse files
Merge branch 'develop' to master
2 parents d90fa86 + 7d2fc7e commit a5a4a55

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

.distignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.bablerc.js
2+
.eslintrc
3+
.github/
4+
.prettierrc
5+
.wordpress-org/
6+
tailwind.config.js
7+
postcss.config.js
8+
webpack.config.js
9+
.eslintrc.js
10+
.eslintrc.json
11+
.travis.ci
12+
tests/
13+
.wordpress-org
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"landingPage": "/wp-admin/admin.php?page=wedocs",
3+
"preferredVersions": {
4+
"wp": "latest",
5+
"php": "8.0"
6+
},
7+
"plugins": [
8+
"wedocs"
9+
],
10+
"steps": [
11+
{
12+
"step": "login",
13+
"username": "admin"
14+
},
15+
{
16+
"step": "importWxr",
17+
"file": {
18+
"resource": "url",
19+
"url": "https://raw.githubusercontent.com/weDevsOfficial/wedocs-util/refs/heads/master/wedocs.WordPress.xml"
20+
}
21+
}
22+
]
23+
}

appsero.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
".phpcs.xml.dist",
77
".svnignore",
88
".travis.yml",
9+
".bablerc.js",
10+
".prettierrc",
11+
"postcss.config.js",
12+
"tailwind.config.js",
13+
"webpack.config.js",
914
"LICENSE",
1015
"readme.md",
1116
"appsero.json",
@@ -16,6 +21,8 @@
1621
"phpunit.xml.dist",
1722
"bin",
1823
"tests",
19-
"src"
24+
"src",
25+
".wordpress-org",
26+
".github"
2027
]
2128
}

0 commit comments

Comments
 (0)