aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-09-01 22:57:16 +0200
committersrdusr <trevorgray@srdusr.com>2023-09-01 22:57:16 +0200
commit783bada100f49f50a4f1c962810b216207f157a1 (patch)
tree1cd0ec9fbb88efad8dfeed72dd9038f35e04e9b4 /.gitignore
parent315c200a53e8e27e533fc20258216d562ff2db47 (diff)
downloaddotfiles-783bada100f49f50a4f1c962810b216207f157a1.tar.gz
dotfiles-783bada100f49f50a4f1c962810b216207f157a1.zip
Add bunch of stuff to ignore/trying streamline fuzzy finding
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore47
1 files changed, 47 insertions, 0 deletions
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/
+