custom-post-type-permalinks
Last commit date
CPTP
6 years ago
assets
8 years ago
language
8 years ago
.rsyncignore
6 years ago
CONTRIBUTING.md
9 years ago
CPTP.php
6 years ago
LICENSE
9 years ago
custom-post-type-permalinks.php
6 years ago
docker-compose.yml
6 years ago
readme.md
7 years ago
readme.txt
6 years ago
screenshot-1.png
14 years ago
.rsyncignore
37 lines
| 1 | - .svnignore |
| 2 | - .idea |
| 3 | - .rsyncignore |
| 4 | - .editorconfig |
| 5 | - .git |
| 6 | - .gitignore |
| 7 | - .gitlab-ci.yml |
| 8 | - .travis.yml |
| 9 | - .vscode |
| 10 | - .DS_Store |
| 11 | - Thumbs.db |
| 12 | - behat.yml |
| 13 | - bin |
| 14 | - circle.yml |
| 15 | - composer.json |
| 16 | - composer.lock |
| 17 | - Gruntfile.js |
| 18 | - package.json |
| 19 | - package-lock.json |
| 20 | - phpunit.xml |
| 21 | - phpunit.xml.dist |
| 22 | - multisite.xml |
| 23 | - multisite.xml.dist |
| 24 | - phpcs.ruleset.xml |
| 25 | - codesniffer.ruleset.xml |
| 26 | - README.md |
| 27 | - wp-cli.local.yml |
| 28 | - tests |
| 29 | - vendor |
| 30 | - node_modules |
| 31 | - *.sql |
| 32 | - *.tar.gz |
| 33 | - *.zip |
| 34 | - .release-it.json |
| 35 | - .env |
| 36 | - docker-compose.yml |
| 37 |