aboutsummaryrefslogtreecommitdiff
path: root/common/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'common/.gitignore')
-rw-r--r--common/.gitignore44
1 files changed, 44 insertions, 0 deletions
diff --git a/common/.gitignore b/common/.gitignore
new file mode 100644
index 0000000..9c9bef7
--- /dev/null
+++ b/common/.gitignore
@@ -0,0 +1,44 @@
+# 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