diff --git a/bin/home-git b/bin/home-git new file mode 100755 index 0000000..4aa8447 --- /dev/null +++ b/bin/home-git @@ -0,0 +1,114 @@ +#!/bin/bash + +# File: home-git +# +# Description: This file allows scripted support for user support repositories in a Git instance. +# https://aninix.net/AniNIX/Wiki/src/branch/main/Articles/User_Support_Repositories.md +# +# Package: AniNIX/Uniglot +# Copyright: WTFPL +# +# Author: DarkFeather + +function InitializeGitIgnore() { + ### Seed the .gitignore + + cat > ~/.gitignore <