From a67aae379697faa10480c60f650dba72406b706b Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Fri, 14 Feb 2025 08:49:22 -0500 Subject: [PATCH] update gitignore --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 26732ae..afea16a 100644 --- a/.gitignore +++ b/.gitignore @@ -136,6 +136,11 @@ dist # Don't save environmental variables .env -# Don't save job description generate the file on each computer - +# Don't save job description generate the file on each computer this was just used as an example job_description.txt + + +# Don't commit the uploads folder it is temporary +uploads/ + +