diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-28 11:25:30 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-28 11:25:30 -0400 |
commit | 0fa64fc9bd947e2f82f60d63d57479fa4189ef68 (patch) | |
tree | 0f178636519daa87b90f57d01602cb6e0a68d443 /scripts | |
parent | 6660be939d1452b8b2ac996837b55e8756598646 (diff) |
Change make-archive.sh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-archive.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make-archive.sh b/scripts/make-archive.sh index b99e87ab..a2f1fade 100755 --- a/scripts/make-archive.sh +++ b/scripts/make-archive.sh @@ -36,7 +36,8 @@ rm -rf data/*.sqlite \ tests \ Vagrantfile \ .*.yml \ - README.markdown \ + *.md \ + *.markdown \ docs \ Dockerfile \ composer.* \ |