diff --git a/.distignore b/.distignore index 1eecb4c..518a497 100644 --- a/.distignore +++ b/.distignore @@ -1,6 +1,7 @@ # Directories /.git/ /.github/ +/.wordpress-org/ /bin/ /node_modules/ /tests/ diff --git a/.gitattributes b/.gitattributes index e83c4a3..2547a90 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,10 +19,14 @@ /vendor export-ignore # Files +/.distignore export-ignore /.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore +/.npmrc export-ignore /.phpcs.xml.dist export-ignore +/.wp-env.json export-ignore +/.wp-env.override.json export-ignore /CHANGELOG.md export-ignore /clover.xml export-ignore /composer.json export-ignore diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 134fced..1cc797e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,11 +19,6 @@ jobs: with: persist-credentials: false - - name: Install SVN (Subversion) - run: | - sudo apt-get update - sudo apt-get install subversion - - name: WordPress Plugin Deploy uses: 10up/action-wordpress-plugin-deploy@54bd289b8525fd23a5c365ec369185f2966529c2 # 2.3.0 env: