added git-crypt

This commit is contained in:
Daniel Egger 2018-09-19 17:11:01 +02:00
parent a16a4753b0
commit 4b10fc83fa
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="image-form">
<div ref="uploadcare-panel"></div>
<div v-if="!url" ref="uploadcare-panel"></div>
<div v-if="url">
<img :src="previewUrl">
</div>
@ -21,7 +21,6 @@
panelResult.done(fileInfo => {
console.log(fileInfo);
//this.url = fileInfo.cdnUrl;
this.$emit('link-change-url', fileInfo.cdnUrl, this.index)
});

2
docs/secrets/.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
* filter=git-crypt diff=git-crypt
.gitattributes !filter !diff

BIN
docs/secrets/passwords.md Normal file

Binary file not shown.