From 1a3ef257ad2d95dcce538c51f0a2842c4a95880e Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Sun, 3 Aug 2014 07:31:27 -0400 Subject: [PATCH] Ignore `config.yml`, which means developer has cloned into `~/.wp-cli` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8c20e7a9..2f087dd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ composer.lock +config.yml /vendor /*.phar /phpunit.xml