From 0577f73ef55375bb67e52600f45de0433d5f4a19 Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Fri, 28 Dec 2012 16:41:38 +0100 Subject: [PATCH] Make doctrine light-weight for composer --- .gitattributes | 14 ++++++++++++++ file.zip | 0 2 files changed, 14 insertions(+) create mode 100644 .gitattributes create mode 100644 file.zip diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6845cfc80 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +/tests export-ignore +/tools export-ignore +.gitignore export-ignore +.travis.yml export-ignore +build.properties export-ignore +build.properties.dev export-ignore +build.xml export-ignore +CONTRIBUTING.md export-ignore +doctrine-mapping.xsd export-ignore +LICENSE export-ignore +phpunit.xml.dist export-ignore +README.markdown export-ignore +run-all.sh export-ignore +UPGRADE.md export-ignore diff --git a/file.zip b/file.zip new file mode 100644 index 000000000..e69de29bb