diff options
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/home/.gitconfig | 4 | ||||
| -rw-r--r-- | linux/home/.gitignore | 18 |
2 files changed, 16 insertions, 6 deletions
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/ |
