diff --git a/.gitattributes b/.gitattributes index a634c5a9..f0efc727 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ tests/ export-ignore develop/ export-ignore +node_modules/ export-ignore .github/ export-ignore .gitignore export-ignore .gitattributes export-ignore @@ -7,3 +8,7 @@ phpunit.xml.* export-ignore composer.lock export-ignore README.md export-ignore build.xml export-ignore +package.js export-ignore +package-lock.js export-ignore +eslint.config.mjs export-ignore +.codeclimate.yml export-ignore diff --git a/build.xml b/build.xml index a32acd0f..a3611ef9 100644 --- a/build.xml +++ b/build.xml @@ -20,15 +20,16 @@ - + - - + + +