From 07607459d0f6d18cf14d8e8431a6070a79ce5290 Mon Sep 17 00:00:00 2001 From: XDuskAshesReal <101196233+XDuskAshes@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:54:47 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 59a6b27..e9dab66 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,5 @@ /docs/*.aux /docs/*.log /docs/*.pdf -# ^ The main reason for not including .pdf is because it'll go into a different directory when made. -# /docs/stitch-documentation.tex -# ^Hiding that because it's gotta get updated over time. I'll unhide when it's done. -# Scratch that lol +# ^ The main reason for not including .pdf is because you'll be expected to compile it yourself. +# If you can't compile it, or are just lazy, use Overleaf or a different online LaTeX compiler.