05fb6f3b44
Made it ignore everything and force adding the needed files. This way it won't list a bunch of untracked files on each update. Also removing all files in subfolders from the repo (before the new versions get added) so that if a config or a plugin(!) is removed it will remove it from the repo.
3 lines
22 B
Bash
Executable file
3 lines
22 B
Bash
Executable file
#!/bin/bash
|
|
git pull
|
|
|