From b3cc086649621b19e38a7bb4b0e4162a6bf52e8e Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Mon, 30 Dec 2013 23:26:38 +0000 Subject: [PATCH] An improved .gitignore thanks to http://stackoverflow.com/a/3694877/1432333 --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1715c8d..8669f8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,14 @@ # Ignore everything -* +/* +/*/ # Except Infinity Squared !public/ -!public/config-sample.php -!public/recaptchalib.php !index.php !result.php !header.php !footer.php !.gitignore -!public/fonts/ # Specifically ignore the config file public/config.php