Merge pull request #122 from runcommand/ignore-distribution-files

Generally ignore distribution files
This commit is contained in:
Daniel Bachhuber 2016-11-03 07:28:19 -07:00 committed by GitHub
commit df4acce4a3
2 changed files with 4 additions and 0 deletions

View file

@ -8,3 +8,5 @@ circle.yml
bin/ bin/
features/ features/
utils/ utils/
*.zip
*.tar.gz

2
.gitignore vendored
View file

@ -3,3 +3,5 @@ composer.lock
wp-cli.local.yml wp-cli.local.yml
node_modules/ node_modules/
vendor/ vendor/
*.zip
*.tar.gz