summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Some additional exclusions in .gitignore / .dockerignoreJoffrey F2018-10-17
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add --hash opt for config commandFender William2018-08-07
| | | | Signed-off-by: Fender William <fender.william@gmail.com>
* Update .gitignoreJoffrey F2018-04-17
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Handle giving help a nonexistent commandDanny Guo2016-12-03
| | | | | | | | | The CLI would show an unhandled exception when running: $ docker-compose help foobar Now, it lists the commands. Signed-off-by: Danny Guo <dannyguo91@gmail.com>
* Ignore extra coverge filesDaniel Nephin2015-12-10
| | | | | | | | These files are created because we run acceptance tests in a subprocess. They have the process id in their name, so they wont be removed by the normal coverage cleanup on each run. Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Add the git sha to version outputDaniel Nephin2015-11-18
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Convert the README to rst and fix the logo url before packaging it up for pypi.Daniel Nephin2015-10-28
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Configure PyInstaller using docker-compose.specAanand Prasad2015-09-02
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Normalise ignore filesAanand Prasad2015-08-27
| | | | | | | - Consistent order and contents (where possible) - Prepend .gitignore paths with slashes where appropriate Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Add test coverage supportBen Firshman2015-07-15
| | | | | | Prints out results on console and puts HTML report in `coverage-html`. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename binary to docker-compose and config file to docker-compose.ymlAanand Prasad2015-01-20
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* WIP: rename Fig to ComposeAanand Prasad2015-01-20
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Fix cli for python 2.6Daniel Nephin2014-07-15
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Add /venv to .gitignoreAanand Prasad2014-06-18
|
* Remove /docs/.git-gh-pages from gitignoreBen Firshman2014-05-01
| | | | It's inside /docs/_site
* Add script to build an OS X binaryBen Firshman2014-03-03
|
* Add /build to gitignoreBen Firshman2014-02-03
|
* Move docs to master branchAanand Prasad2014-01-27
| | | | | - build with script/build-docs - deploy with script/deploy-docs
* Add _site to .gitignore (it's generated by Jekyll in the gh-pages branch)Aanand Prasad2013-12-30
|
* yayAanand Prasad2013-12-09