# Ignore .git directory .git/ # Ignore git config .gitconfig # 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 .zip files *.zip # Ignore .pxd files *.pxd # Ignore .cache directory ^.cache/ # Ignore normal directories ^downloads/ ^music/ ^images/ ^pictures/ ^videos/ ^virt/ # Ignore dotfiles dir ~/.cfg .cfg