diff --git a/bin/home-git b/bin/home-git deleted file mode 100755 index 4aa8447..0000000 --- a/bin/home-git +++ /dev/null @@ -1,114 +0,0 @@ -#!/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 <