From 753c6334b3f0eb8713112ef0934d0ea3241f2000 Mon Sep 17 00:00:00 2001 From: garret Date: Tue, 10 Aug 2021 02:16:04 +0100 Subject: add gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d16068 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +* (copy)* # normally for testing stuff without having to piss around with git to get it back to how it was +# yes, i know that defeats the entire point of git, but i don't really care +# i'm only using it as an easy-ish way to have everything in one place that other people can access + +# private stuff for specific purposes +*seapega-cope-edition* +bs-* + +# stuff that, for whatever reason, i've started but never finished +# ranges from "notes in a text file", to "works perfectly but is horribly inefficient" +# available on request if you really want them +*.stalled.* -- cgit v1.2.3-70-g09d2