From 7039e208dcb56181bfcd4040ee81267e513c0643 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 May 2023 17:11:30 +0300 Subject: [PATCH] .gitignore: remove legacy, add comments, .cache/** --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 59149867..4cd8d2c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ +# Editor swap files *~* *.swp *.tmp -wwwuser -openbox/* + +# .gitlab-ci.yml pre-commit directory +.cache/** + +# Symlink install.run