initial commit

This commit is contained in:
2025-03-08 19:29:14 +01:00
parent 18bfd99401
commit 1c66feaa2a
323 changed files with 20550 additions and 1 deletions

16
Packages/Gitignore/compile.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
# Throw out what we have
rm -rf gitignore
# Clone the current listing
git clone --depth 1 https://github.com/github/gitignore.git MASTER_GITIGNORE
# Compile listing
mkdir gitignore
cp MASTER_GITIGNORE/Global/*.gitignore gitignore/
cp MASTER_GITIGNORE/*.gitignore gitignore/
rm -rf MASTER_GITIGNORE
# I was gonna record commits and diff them... or I could just have git notice any changes
# git status --porcelain | wc -l | tr -d ' ' != "0" == differences