commit 3128a6366b307a5592906a19a45dffdc141595d1 Author: Geoffrey Huntley Date: Sat Sep 15 21:00:46 2012 -0700 Initial commit 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