File tree Expand file tree Collapse file tree
classes/modules/target-rule Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # A set of files you probably don't want in your WordPress.org distribution
2- .distignore
3- .editorconfig
4- .git
5- .gitignore
6- .gitlab-ci.yml
7- .travis.yml
8- .DS_Store
9- Thumbs.db
10- behat.yml
11- bin
12- circle.yml
13- composer.json
14- composer.lock
15- Gruntfile.js
16- package.json
17- phpunit.xml
18- phpunit.xml.dist
19- multisite.xml
20- multisite.xml.dist
21- phpcs.xml
22- phpcs.xml.dist
23- README.md
24- wp-cli.local.yml
25- yarn.lock
26- tests
27- vendor
28- node_modules
29- *.sql
30- *.tar.gz
31- *.zip
32- package-lock.json
33- .github
34- .wordpress-org
1+ # A set of files you probably don't want in your WordPress.org distribution
2+ .distignore
3+ .editorconfig
4+ .git
5+ .gitignore
6+ .gitlab-ci.yml
7+ .travis.yml
8+ .DS_Store
9+ Thumbs.db
10+ behat.yml
11+ bin
12+ circle.yml
13+ composer.json
14+ composer.lock
15+ Gruntfile.js
16+ package.json
17+ phpunit.xml
18+ phpunit.xml.dist
19+ multisite.xml
20+ multisite.xml.dist
21+ phpcs.xml
22+ phpcs.xml.dist
23+ README.md
24+ wp-cli.local.yml
25+ yarn.lock
26+ tests
27+ vendor
28+ node_modules
29+ *.sql
30+ *.tar.gz
31+ *.zip
32+ package-lock.json
33+ .github
34+ .wordpress-org
Original file line number Diff line number Diff line change 1- name : Plugin asset/readme update
2- on :
3- push :
4- branches :
5- - master
6- jobs :
7- master :
8- name : Push to master
9- runs-on : ubuntu-latest
10- steps :
11- - uses : actions/checkout@master
12- - name : WordPress.org plugin asset/readme update
13- uses : 10up/action-wordpress-plugin-asset-update@master
14- env :
15- SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
1+ name : Plugin asset/readme update
2+ on :
3+ push :
4+ branches :
5+ - master
6+ jobs :
7+ master :
8+ name : Push to master
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@master
12+ - name : WordPress.org plugin asset/readme update
13+ uses : 10up/action-wordpress-plugin-asset-update@master
14+ env :
15+ SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
1616 SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
Original file line number Diff line number Diff line change 1- # ignore PHPStorm extra directories
2- .idea /
3-
4- # Leave node_modules from git
5- node_modules /
6-
7- # sass cache
8- .sass-cache
9-
10- # map files
11- * .map
12-
13- # Skip package file from versoning
14- * .zip
15- * .sql
16- * .tar.gz
17-
18- # ignore git inside subproject
19- admin /bsf-core /.git
20-
21- # ignore PHPCS report files
22- phpcs-summary.log
23- phpcs-full.log
24-
25- # Exclude OS specific files
26- .DS_Store
27-
28- # Exclude composer's directories
29- vendor /
30-
31- # Exclude exported settings
32- borders-for-default-menu.json
33- defaults.json
34- no-toggle-border-fix.json
35- cghooks.lock
36- wp-cli.local.yml
1+ # ignore PHPStorm extra directories
2+ .idea /
3+
4+ # Leave node_modules from git
5+ node_modules /
6+
7+ # sass cache
8+ .sass-cache
9+
10+ # map files
11+ * .map
12+
13+ # Skip package file from versoning
14+ * .zip
15+ * .sql
16+ * .tar.gz
17+
18+ # ignore git inside subproject
19+ admin /bsf-core /.git
20+
21+ # ignore PHPCS report files
22+ phpcs-summary.log
23+ phpcs-full.log
24+
25+ # Exclude OS specific files
26+ .DS_Store
27+
28+ # Exclude composer's directories
29+ vendor /
30+
31+ # Exclude exported settings
32+ borders-for-default-menu.json
33+ defaults.json
34+ no-toggle-border-fix.json
35+ cghooks.lock
36+ wp-cli.local.yml
37+ config.bat
You can’t perform that action at this time.
0 commit comments