Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 20 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
config.codekit
.codekit-cache
plugin-deploy.sh

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
/node_modules
/vendor/

.vscode/
.idea/
wedocs*.zip
config.codekit
.codekit-cache
plugin-deploy.sh

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
/node_modules
/vendor/

.vscode/
.idea/
wedocs*.zip
config.bat
32 changes: 16 additions & 16 deletions .svnignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
nbproject
package.json
node_modules
.gitignore
.svnignore
config.codekit
readme.md
plugin-deploy.sh
npm-debug.log
secret.json
log.txt
.php_cs.dist
plugin-deply.sh
.editorconfig
.distignore
.eslintrc
nbproject
package.json
node_modules
.gitignore
.svnignore
config.codekit
readme.md
plugin-deploy.sh
npm-debug.log
secret.json
log.txt
.php_cs.dist
plugin-deply.sh
.editorconfig
.distignore
.eslintrc
56 changes: 28 additions & 28 deletions appsero.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"exclude": [
".gitignore",
".editorconfig",
".php_cs",
".phpcs.xml.dist",
".svnignore",
".travis.yml",
".bablerc.js",
".prettierrc",
"postcss.config.js",
"tailwind.config.js",
"webpack.config.js",
"LICENSE",
"readme.md",
"appsero.json",
"composer.json",
"composer.lock",
"package.json",
"package-lock.json",
"phpunit.xml.dist",
"bin",
"tests",
"src",
".wordpress-org",
".github"
]
}
{
"exclude": [
".gitignore",
".editorconfig",
".php_cs",
".phpcs.xml.dist",
".svnignore",
".travis.yml",
".bablerc.js",
".prettierrc",
"postcss.config.js",
"tailwind.config.js",
"webpack.config.js",
"LICENSE",
"readme.md",
"appsero.json",
"composer.json",
"composer.lock",
"package.json",
"package-lock.json",
"phpunit.xml.dist",
"bin",
"tests",
"src",
".wordpress-org",
".github"
]
}
44 changes: 22 additions & 22 deletions assets/build/5f4138884ca3828fa2ff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/build/block.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'aa2df97a4d78b70cd95a');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'aa2df97a4d78b70cd95a');
Loading