From 77c02425fd19cbe76c5d8c18269db9113843a6d0 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:35:26 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f8358fe..23ae448 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ -/lisp -/var -/etc -/eln-cache -/user-init.el \ No newline at end of file +/lisp/ +/var/ +/etc/ +/eln-cache/ +/elpa/ +/straight/ +/pre-init.el +/post-init.el +/pre-early-init.el +/post-early-init.el \ No newline at end of file