diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-09-01 22:57:16 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-09-01 22:57:16 +0200 |
| commit | 783bada100f49f50a4f1c962810b216207f157a1 (patch) | |
| tree | 1cd0ec9fbb88efad8dfeed72dd9038f35e04e9b4 /.gitignore | |
| parent | 315c200a53e8e27e533fc20258216d562ff2db47 (diff) | |
| download | dotfiles-783bada100f49f50a4f1c962810b216207f157a1.tar.gz dotfiles-783bada100f49f50a4f1c962810b216207f157a1.zip | |
Add bunch of stuff to ignore/trying streamline fuzzy finding
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -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/ + |
