Remove Docker commands for CF, clean up artifact creation

This commit is contained in:
bandesz
2017-02-28 12:32:01 +00:00
parent 98ec147aae
commit 1e83f7d8e2
3 changed files with 21 additions and 49 deletions

View File

@@ -1,11 +1,12 @@
*__pycache__*
*.git*
*app/assets*
*bower_components*
*cache*
*node_modules*
*target*
*venv*
*build*
*.envrc*
*tests/.cache*
__pycache__*
.git/*
app/assets/*
bower_components/*
cache/*
node_modules/*
target/*
venv/*
build/*
.envrc
tests/.cache/*
.cf/*