forked from getdokan/dokan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appsero.json
41 lines (41 loc) · 905 Bytes
/
appsero.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"exclude": [
"README.md",
"appsero.json",
"composer.json",
"composer.lock",
".gitignore",
".github",
"assets/src",
"src",
"assets/css/style.css.map",
"nbproject",
"Gruntfile.js",
"node_modules",
"bin",
"tests",
"docs.md",
"changelog.txt",
".gitignore",
".travis.yml",
"debug.log",
"phpunit.xml",
".svnignore",
"plugin-deploy.sh",
"phpcs.ruleset.xml",
"CONTRIBUTING.md",
"config.json",
"phpcs.xml.dist",
"webpack.config.js",
"package-lock.json",
"package.json",
".php_cs",
".babelrc",
".editorconfig",
".eslintrc",
"postcss.config.js",
"webpack.config.js",
"tailwind.config.js",
".prettierrc.js"
]
}