diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-25 16:22:10 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-25 16:22:10 -0700 |
commit | 9e2b2a32fd0e967ad3184e9a5d091a29953acb91 (patch) | |
tree | 00822e24aa1110c73ca455a8d096ef296c008cbc /.gitattributes | |
parent | c507c5416251c505cb3e088a03c6664bed73c812 (diff) |
Include composer dependencies in repo
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 21 |
1 files changed, 18 insertions, 3 deletions
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 |