Update build and dot files.

This commit is contained in:
David Molineus
2017-10-05 14:06:00 +02:00
parent 5b7c7d01d8
commit e3344ffd4f
4 changed files with 37 additions and 10 deletions

10
.gitattributes vendored Normal file
View File

@@ -0,0 +1,10 @@
.check-author.yml export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.travis.yml export-ignore
build.default.properties export-ignore
build.xml export-ignore
phpunit.xml.dist export-ignore
/tests export-ignore
/specs export-ignore

30
.gitignore vendored
View File

@@ -1,10 +1,24 @@
/vendor/
/bin/
/demo/
/assets/js/*.js
/node_modules/
/.tx/
# OS
.DS_Store
Thumbs.db
.directory
coverage.xml
# IDEs
.buildpath
.project
.settings/
.build/
.external*/
.idea/
nbproject/
# composer related
vendor/
composer.lock
npm-debug.log
# build
build/
build.properties
# Translations
.tx

5
build.default.properties Normal file
View File

@@ -0,0 +1,5 @@
phpcq.bin.dir = <${basedir}/bin
phpcs.standard = ${basedir}/vendor/phpcq/coding-standard/phpcs/PhpCodeQuality/ruleset.xml
phpmd.ruleset = ${basedir}/vendor/phpcq/coding-standard/phpmd/ruleset.xml
phpcs.excluded = src/Resources/contao/languages
phpcpd.excluded = contao

View File

@@ -1,2 +0,0 @@
phpcq.bin.dir = ${basedir}/bin