From 9e2b2a32fd0e967ad3184e9a5d091a29953acb91 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 25 Oct 2017 16:22:10 -0700 Subject: Include composer dependencies in repo --- .gitattributes | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 92a0d686..5ca66a71 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,30 @@ app/constants.php export-subst +.github export-ignore .gitattributes export-ignore .gitignore export-ignore -.docker export-ignore -.scrutinizer.yml export-ignore +.dockerignore export-ignore .travis.yml export-ignore + +docker export-ignore Dockerfile export-ignore docker-compose.yml export-ignore Makefile export-ignore README.md export-ignore Vagrantfile export-ignore -issue_template.md export-ignore data/*.sqlite export-ignore tests export-ignore +CONTRIBUTING export-ignore +app.json export-ignore +bower.json export-ignore +composer.json export-ignore +composer.lock export-ignore +gulpfile.js export-ignore +package.json export-ignore + +assets/sass export-ignore +assets/js/components export-ignore +assets/js/core export-ignore +assets/js/polyfills export-ignore +assets/js/src export-ignore +assets/sass export-ignore -- cgit v1.2.3