From c0d9038590e2609a86949d2646bcd033d7b8e13f Mon Sep 17 00:00:00 2001 From: Maciej Sypien Date: Thu, 5 Sep 2024 12:02:12 +0200 Subject: [PATCH] feat: exclude uncommited dir --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b5ede06..bdf0598 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,13 @@ -# Editors +# IntelliJ .idea/ -# vim +# vim/nvim *.swp *.swo *~ -# Systems +# local workdir +uncommited/ + +# macOS **/.DS_Store