Add variables file and gitignore

This commit is contained in:
Alexandre CATTEAU 2022-03-12 18:13:24 +01:00
parent ce6b0c0d8c
commit 1b9a2abcf6
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
variables.conf

6
variables.conf.template Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# Copy this file as variables.conf, with the correct values
sync_directory=/home/$(whoami)/.sync
client_type="desktop" # change to server if needed