git ssb

0+

Rômulo Alves / sync



Commit fc4f77ebcef3769ee736b18653f7712ef8169884

Removes tests of ignored files

Rômulo Alves committed on 4/6/2018, 7:19:01 PM
Parent: a924bf565d4ea539d369a019932b68b49a2221c1

Files changed

.gitignorechanged
test.jsadded
.gitignoreView
@@ -1,4 +1,3 @@
11 node_modules/
2-test.js
32 .eslintcache
43 yarn-error.log
test.jsView
@@ -1,0 +1,8 @@
1 +const sync = require('./');
2 +
3 +sync('/source', '/target',
4 +null,
5 +{
6 + algorithm: 'aes-256-ctr',
7 + password: '123456'
8 +});

Built with git-ssb-web