aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore52
1 files changed, 48 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index f6f2fa2..dc6a064 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,48 @@
-plugin/packer_compiled.lua
-startup.log
-tmp
-*.log
+.cfg
+install.sh
+# 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/
+