Updated gitignore to ignore build logs and updated composer to ignore more files

This commit is contained in:
Joshua Estes 2014-07-02 14:24:09 -04:00
parent 76205d0b94
commit 893965367f
2 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ lib/bitpay/bp_config.php
bin/
vendor/
composer.lock
build/logs/

View File

@ -28,6 +28,15 @@
}
},
"archive": {
"exclude": ["build.xml","build/","phpunit.xml.dist","tests/"]
"exclude": [
"build.xml",
"build/",
"phpunit.xml.dist",
"tests/",
".coveralls.yml",
".gitignore",
".scrutinizer.yml",
".travis.yml"
]
}
}