From e2ceac32c45223a9898fbb4f882d9bad474f16d0 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 1 Sep 2025 20:06:53 +0200 Subject: Testing --- linux/home/.gitignore | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'linux/home/.gitignore') diff --git a/linux/home/.gitignore b/linux/home/.gitignore index dc6a064..5cbf235 100644 --- a/linux/home/.gitignore +++ b/linux/home/.gitignore @@ -1,5 +1,15 @@ +# Ignore .git directory +.git/ + +# Ignore git config +.gitconfig + +# Ignore dotfiles dir .cfg + +# Ignore install.sh install.sh + # Ignore Packer's compiled files packer_compiled.lua @@ -12,9 +22,6 @@ zcompdump # Ignore .DS_Store files (macOS) *.DS_Store -# Ignore .git directory -.git/ - # Ignore .spl files *.spl @@ -42,7 +49,10 @@ node_modules/ # Ignore music directory ^music/ +# Ignore pictures/images directory ^images/ ^pictures/ -^machines/ + +# Ignore virtual machine directory +^virt/ -- cgit v1.2.3