From a77c6335a6adefa8c8e21306842d341f84f78bef Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 13 Sep 2024 08:51:43 +0100 Subject: [PATCH] chore: ignore .local/ directory This directory is created when running git-next via docker with the --ui option. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 117813c..22971e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# git-next ui logs +.local/ + # ---> Rust # Generated by Cargo # will have compiled files and executables