diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 6dda443..0000000 --- a/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -root = true - -[*] -indent_style = space -indent_size = 2 -end_of_line = lf -charset = utf-8 -insert_final_newline = true -trim_trailing_whitespace = true - -[*.php] -indent_style = tab -indent_size = 4 diff --git a/.envrc b/.envrc deleted file mode 100644 index a1ee1c0..0000000 --- a/.envrc +++ /dev/null @@ -1,3 +0,0 @@ -export WP_VERSION=latest -export WP_THEME=twentysixteen -export WP_PATH=/tmp/wp-tests diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 1b05e6e..0000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,37 +0,0 @@ -# Contributing - -## Automated Testing - -Clone this repository. - -``` -$ git clone git@github.com:vccw-team/wordpress-extension.git -``` - -Change into the directory. - -``` -$ cd wordpress-extension -``` - -Install dependencies. - -``` -$ npm install -$ composer install -``` - -Start a WordPress server. - -``` -$ export WP_VERSION=latest -$ export WP_THEME=twentysixteen -$ npm run install-wp -$ npm run wp -``` - -Run the test! - -``` -$ npm test -``` diff --git a/.gitignore b/.gitignore index 0acd364..fa80a6b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ spec/ vendor/ wp-cli.yml wp-cli-nightly.phar +.github +.envrc +.editorconfig