From 783bada100f49f50a4f1c962810b216207f157a1 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 1 Sep 2023 22:57:16 +0200 Subject: Add bunch of stuff to ignore/trying streamline fuzzy finding --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/.gitignore b/.gitignore index e71a4f0..82f8c80 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,48 @@ .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 .git directory +.git/ + +# 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/ + +^images/ +^pictures/ +^machines/ + -- cgit v1.2.3