gitlobster 1.5.1

A tool for cloning all available repositories in a GitLab instance
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Rust template
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# IDE
.idea
.vscode

# Project artifacts
out