diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-24 02:23:50 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-24 02:23:50 +0200 |
| commit | 97a6b663a1945603e9b55228e8540957d03f2a64 (patch) | |
| tree | e71b5502c0d8fcc93497c0894626b7fdc9a925fe /common/.gitignore | |
| parent | 88370cd83f13c30d68119cbe3b229a1ab559cf55 (diff) | |
| download | dotfiles-97a6b663a1945603e9b55228e8540957d03f2a64.tar.gz dotfiles-97a6b663a1945603e9b55228e8540957d03f2a64.zip | |
Moved files to common/
Diffstat (limited to 'common/.gitignore')
| -rw-r--r-- | common/.gitignore | 44 |
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 |
