diff --git a/.distignore b/.distignore index 8be27e9..a1ea6f1 100644 --- a/.distignore +++ b/.distignore @@ -13,3 +13,14 @@ package.json phpmd.xml phpunit.xml.dist yarn.lock +.eslintignore +.eslintrc +.gitattributes +package.json +phpmd.xml +phpunit.xml.dist +readme.md +admin/assets/js/.jshintrc +composer.json +composer.lock +Security.md diff --git a/.gitattributes b/.gitattributes index e5633da..c1b43e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,7 +10,6 @@ .gitattributes export-ignore .gitignore export-ignore .phpcs.xml.dist export-ignore -.removable-files export-ignore package.json export-ignore phpmd.xml export-ignore phpunit.xml.dist export-ignore @@ -23,6 +22,7 @@ admin/assets/js/.jshintrc export-ignore .distignore export-ignore composer.json export-ignore composer.lock export-ignore +Security.md export-ignore # # Auto detect text files and perform LF normalization