From cf11244a3cae2c1310a0dc63c2342db2ae5bffa9 Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 4 Sep 2013 13:22:29 -0400 Subject: [PATCH] Add some useful defaults to the gitignore. Ignore files that generally don't belong in VCS. --- App/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 App/.gitignore diff --git a/App/.gitignore b/App/.gitignore new file mode 100644 index 00000000000..d08b9032a53 --- /dev/null +++ b/App/.gitignore @@ -0,0 +1,3 @@ +/vendor/* +/App/Config/app.php +/tmp/*