Remove docker-compose.yml from archive
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -7,6 +7,7 @@ app/constants.php export-subst
|
|||||||
.scrutinizer.yml export-ignore
|
.scrutinizer.yml export-ignore
|
||||||
.travis.yml export-ignore
|
.travis.yml export-ignore
|
||||||
Dockerfile export-ignore
|
Dockerfile export-ignore
|
||||||
|
docker-compose.yml export-ignore
|
||||||
Makefile export-ignore
|
Makefile export-ignore
|
||||||
README.md export-ignore
|
README.md export-ignore
|
||||||
Vagrantfile export-ignore
|
Vagrantfile export-ignore
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -56,6 +56,7 @@ archive:
|
|||||||
@ rm -rf ${BUILD_DIR}/kanboard/Makefile
|
@ rm -rf ${BUILD_DIR}/kanboard/Makefile
|
||||||
@ rm -rf ${BUILD_DIR}/kanboard/Vagrantfile
|
@ rm -rf ${BUILD_DIR}/kanboard/Vagrantfile
|
||||||
@ rm -rf ${BUILD_DIR}/kanboard/Dockerfile
|
@ 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/.*.yml
|
||||||
@ rm -rf ${BUILD_DIR}/kanboard/*.md
|
@ rm -rf ${BUILD_DIR}/kanboard/*.md
|
||||||
@ rm -rf ${BUILD_DIR}/kanboard/*.markdown
|
@ rm -rf ${BUILD_DIR}/kanboard/*.markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user