From e2ceac32c45223a9898fbb4f882d9bad474f16d0 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 1 Sep 2025 20:06:53 +0200 Subject: Testing --- linux/home/.gitconfig | 4 ++-- linux/home/.gitignore | 18 ++++++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) (limited to 'linux') diff --git a/linux/home/.gitconfig b/linux/home/.gitconfig index 5d4e760..c54adec 100644 --- a/linux/home/.gitconfig +++ b/linux/home/.gitconfig @@ -1,6 +1,6 @@ [user] - name = - email = + name = + email = [init] defaultBranch = main 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