mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:48 +08:00
Merge pull request #122 from runcommand/ignore-distribution-files
Generally ignore distribution files
This commit is contained in:
commit
df4acce4a3
2 changed files with 4 additions and 0 deletions
|
@ -8,3 +8,5 @@ circle.yml
|
||||||
bin/
|
bin/
|
||||||
features/
|
features/
|
||||||
utils/
|
utils/
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,3 +3,5 @@ composer.lock
|
||||||
wp-cli.local.yml
|
wp-cli.local.yml
|
||||||
node_modules/
|
node_modules/
|
||||||
vendor/
|
vendor/
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue