diff --git a/.gitignore b/.gitignore index 8242513..5a8bdc3 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,7 @@ # ---------------------------------------------------------------------------------------------------------------------- ### Phing # ---------------------------------------------------------------------------------------------------------------------- -/phing/properties +/.phing/properties # ---------------------------------------------------------------------------------------------------------------------- ### PHPUnit @@ -29,10 +29,16 @@ # ---------------------------------------------------------------------------------------------------------------------- /.php_cs.cache +# ---------------------------------------------------------------------------------------------------------------------- +### Build files +# ---------------------------------------------------------------------------------------------------------------------- +/.build/ + + # ---------------------------------------------------------------------------------------------------------------------- ### Generated databases # ---------------------------------------------------------------------------------------------------------------------- -/data/tmp +/.data/tmp *.sql *.sqlite diff --git a/phing/app.xml b/.phing/app.xml similarity index 93% rename from phing/app.xml rename to .phing/app.xml index 2acceef..028fe2b 100644 --- a/phing/app.xml +++ b/.phing/app.xml @@ -2,12 +2,12 @@ - + - + - + diff --git a/phing/properties.dist b/.phing/properties.dist similarity index 97% rename from phing/properties.dist rename to .phing/properties.dist index ae06943..992dbb6 100644 --- a/phing/properties.dist +++ b/.phing/properties.dist @@ -59,7 +59,7 @@ composer.validate = false # System directories # -dir.data = ${project.basedir}/data +dir.data = ${project.basedir}/.data dir.src = ${project.basedir}/src dir.tests = ${project.basedir}/tests @@ -67,7 +67,7 @@ dir.tests = ${project.basedir}/tests # Build directories # -------------------------------------------------------------------------------- -dir.build = ${project.basedir}/build +dir.build = ${project.basedir}/.build dir.reports = ${dir.build}/logs dir.reports.pdepend = ${dir.reports}/pdepend dir.reports.coverage = ${dir.reports}/phpunit_coverage diff --git a/phing/tests.xml b/.phing/tests.xml similarity index 98% rename from phing/tests.xml rename to .phing/tests.xml index 0ab44df..4567626 100644 --- a/phing/tests.xml +++ b/.phing/tests.xml @@ -11,12 +11,12 @@ - + - + - + diff --git a/build.xml b/build.xml index 928bc93..fccc179 100644 --- a/build.xml +++ b/build.xml @@ -2,12 +2,12 @@ - + - + - + @@ -18,12 +18,12 @@ - + - +