summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-12 10:19:28 -0500
committerFrederic Guillot <fred@kanboard.net>2016-03-12 10:19:28 -0500
commitb478714725c245b201161f12f15eff7258a8ef0f (patch)
tree0c56544828da5196a33aa00edcbedbbf3f343abd
parent42c368cb01ae1edb36726a14f3a25539dd3ce7f6 (diff)
Ignore more files when using git-archive
-rw-r--r--.gitattributes17
1 files changed, 16 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 3870920d..ce1a28ea 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