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
|
||||
image: kroniak/ssh-client
|
||||
commands:
|
||||
- echo "deploy: deploy_user"
|
||||
#- echo ${PRIVATE_KEY} > id_deploy
|
||||
#- scp -i id_deploy cv.pdf ${DEPLOY_USER}@${DEPLOY_HOST}:/srv/http/trucs/cv_laurenti_2020.pdf
|
||||
- echo "deploy"
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -20,7 +20,7 @@
|
|||
# these rules might exclude image files for figures etc.
|
||||
# *.ps
|
||||
# *.eps
|
||||
# *.pdf
|
||||
*.pdf
|
||||
|
||||
## Generated if empty string is given at "Please type another file name for output:"
|
||||
.pdf
|
||||
|
|
Loading…
Reference in a new issue