forked from Snck3rs/contao-leaflet-maps
Update build and dot files.
This commit is contained in:
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal 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
30
.gitignore
vendored
@@ -1,10 +1,24 @@
|
|||||||
/vendor/
|
# OS
|
||||||
/bin/
|
.DS_Store
|
||||||
/demo/
|
Thumbs.db
|
||||||
/assets/js/*.js
|
.directory
|
||||||
/node_modules/
|
|
||||||
/.tx/
|
|
||||||
|
|
||||||
coverage.xml
|
# IDEs
|
||||||
|
.buildpath
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
.build/
|
||||||
|
.external*/
|
||||||
|
.idea/
|
||||||
|
nbproject/
|
||||||
|
|
||||||
|
# composer related
|
||||||
|
vendor/
|
||||||
composer.lock
|
composer.lock
|
||||||
npm-debug.log
|
|
||||||
|
# build
|
||||||
|
build/
|
||||||
|
build.properties
|
||||||
|
|
||||||
|
# Translations
|
||||||
|
.tx
|
||||||
|
|||||||
5
build.default.properties
Normal file
5
build.default.properties
Normal 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
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
|
|
||||||
phpcq.bin.dir = ${basedir}/bin
|
|
||||||
Reference in New Issue
Block a user