From d09cf93727c7b9e0323965df225335bd624a9e6b Mon Sep 17 00:00:00 2001 From: spencer Date: Mon, 11 May 2026 13:45:51 +0000 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e69de29..ccc2ebd 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +# Gitignore + +A script for adding `.gitignore`s to projects. +First clone the repository + +``` +git clone https://git.touhou.ca/spencer/gitignore.git +``` +Then install +``` +cd gitignore && ./install.sh +``` +The `gitignore` repository can now be deleted. + +Now in any git repository, run `gitignore [type]` to copy in the template `.gitignore` file. + +Currently supported templates: +``` +latex +``` \ No newline at end of file