From adade44973b1cc5f8118b1d63e165793849f682f Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 27 Jun 2013 15:15:41 +0300 Subject: [PATCH] Ignore saved .json files from version control --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2078d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.json +!composer.json \ No newline at end of file