From 3128a6366b307a5592906a19a45dffdc141595d1 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Sat, 15 Sep 2012 21:00:46 -0700 Subject: [PATCH] Initial commit --- .gitignore | 12 ++++++++++++ README.md | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca99e24 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Bootstrap +app/bootstrap* + +# Symfony directories +vendor/* +*/logs/* +*/cache/* +web/uploads/* +web/bundles/* + +# Configuration files +app/config/parameters.ini diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3752dc --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +bodyrep +======= + +powered by Duff.st circa 2009 \ No newline at end of file