aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'linux/home/.gitignore')
-rw-r--r--linux/home/.gitignore56
1 files changed, 0 insertions, 56 deletions
diff --git a/linux/home/.gitignore b/linux/home/.gitignore
deleted file mode 100644
index 0a635f8..0000000
--- a/linux/home/.gitignore
+++ /dev/null
@@ -1,56 +0,0 @@
-# Ignore .git directory
-.git/
-
-# Ignore git config
-.gitconfig
-
-# Ignore dotfiles dir
-.cfg
-
-# Ignore Packer's compiled files
-packer_compiled.lua
-
-# Ignore Zsh plugins directory
-~/.config/zsh/plugins
-
-# Ignore zcompdump files
-zcompdump
-
-# Ignore .DS_Store files (macOS)
-*.DS_Store
-
-# Ignore .spl files
-*.spl
-
-# Ignore node_modules directory
-node_modules/
-
-## Ignore .png files
-#*.png
-
-# Ignore .zip files
-*.zip
-
-# Ignore .pxd files
-*.pxd
-
-# Ignore .local directory
-#^.local/
-
-# Ignore .cache directory
-^.cache/
-
-# Ignore downloads directory
-^downloads/
-
-# Ignore music directory
-^music/
-
-# Ignore pictures/images directory
-^images/
-^pictures/
-
-# Ignore virtual machine directory
-^virt/
-
-.cfg