summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-27 19:21:56 -0400
committerFrederic Guillot <fred@kanboard.net>2016-03-27 19:21:56 -0400
commitd0ed59940442b0bf7e97b5b04ec5452a0102b7cd (patch)
tree17cd0e93a9de075568544abf8cbdc5104a3cc862
parentdf964f9a929b803651b77f5965ada82112ce96cb (diff)
Remove docker-compose.yml from archive
-rw-r--r--.gitattributes1
-rw-r--r--Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 94b64588..71b22659 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7,6 +7,7 @@ app/constants.php export-subst
.scrutinizer.yml export-ignore
.travis.yml export-ignore
Dockerfile export-ignore
+docker-compose.yml export-ignore
Makefile export-ignore
README.md export-ignore
Vagrantfile export-ignore
diff --git a/Makefile b/Makefile
index 33d69a2f..2cfa2600 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ archive:
@ rm -rf ${BUILD_DIR}/kanboard/Makefile
@ rm -rf ${BUILD_DIR}/kanboard/Vagrantfile
@ rm -rf ${BUILD_DIR}/kanboard/Dockerfile
+ @ rm -rf ${BUILD_DIR}/kanboard/docker-compose.yml
@ rm -rf ${BUILD_DIR}/kanboard/.*.yml
@ rm -rf ${BUILD_DIR}/kanboard/*.md
@ rm -rf ${BUILD_DIR}/kanboard/*.markdown