sysup 0.1.0

A small, lightweight aggregator to perform software updates on local and remote systems
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Ignore .DS_Store
.DS_Store

# Ignore build results
/Cargo.lock
/target

# Ignore some vscode files
.vscode/*
!.vscode/*.md
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
!.vscode/settings.json

# Ignore local files
.sysup.conf