git-crypt 0.1.0

A Rust implementation of git-crypt for transparent encryption of files in a git repository
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/target
Cargo.lock

# Editor files
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store

# Test keys
*.key
*.bin