From b478714725c245b201161f12f15eff7258a8ef0f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 12 Mar 2016 10:19:28 -0500 Subject: [PATCH] Ignore more files when using git-archive --- .gitattributes | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3870920d8..ce1a28eab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,16 @@ -app/constants.php export-subst \ No newline at end of file +app/constants.php export-subst + +.gitattributes export-ignore +.gitignore export-ignore + +.docker export-ignore +.scrutinizer.yml export-ignore +.travis.yml export-ignore +Dockerfile export-ignore +Makefile export-ignore +README.md export-ignore +Vagrantfile export-ignore +app.json export-ignore +issue_template.md export-ignore +data/*.sqlite export-ignore +tests export-ignore