From e38df1a8f278ae76cd5459fdfd3d3584dd036767 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Wed, 18 Oct 2017 21:21:53 +0200 Subject: [PATCH] Start names of special directories with dot --- .gitignore | 10 ++++++++-- {phing => .phing}/app.xml | 6 +++--- {phing => .phing}/properties.dist | 4 ++-- {phing => .phing}/tests.xml | 6 +++--- build.xml | 12 ++++++------ composer.json | 2 +- phpunit.xml.dist | 2 +- 7 files changed, 24 insertions(+), 18 deletions(-) rename {phing => .phing}/app.xml (93%) rename {phing => .phing}/properties.dist (97%) rename {phing => .phing}/tests.xml (98%) 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 @@ - + - +