Add pdf ignore
This commit is contained in:
parent
150a3b4b6d
commit
2b0c4dfbb6
2 changed files with 2 additions and 4 deletions
|
@ -11,6 +11,4 @@ steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: kroniak/ssh-client
|
image: kroniak/ssh-client
|
||||||
commands:
|
commands:
|
||||||
- echo "deploy: deploy_user"
|
- echo "deploy"
|
||||||
#- echo ${PRIVATE_KEY} > id_deploy
|
|
||||||
#- scp -i id_deploy cv.pdf ${DEPLOY_USER}@${DEPLOY_HOST}:/srv/http/trucs/cv_laurenti_2020.pdf
|
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -20,7 +20,7 @@
|
||||||
# these rules might exclude image files for figures etc.
|
# these rules might exclude image files for figures etc.
|
||||||
# *.ps
|
# *.ps
|
||||||
# *.eps
|
# *.eps
|
||||||
# *.pdf
|
*.pdf
|
||||||
|
|
||||||
## Generated if empty string is given at "Please type another file name for output:"
|
## Generated if empty string is given at "Please type another file name for output:"
|
||||||
.pdf
|
.pdf
|
||||||
|
|
Loading…
Reference in a new issue