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 /linux/home/.gitignore | |
| parent | 88370cd83f13c30d68119cbe3b229a1ab559cf55 (diff) | |
| download | dotfiles-97a6b663a1945603e9b55228e8540957d03f2a64.tar.gz dotfiles-97a6b663a1945603e9b55228e8540957d03f2a64.zip | |
Moved files to common/
Diffstat (limited to 'linux/home/.gitignore')
| -rw-r--r-- | linux/home/.gitignore | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/linux/home/.gitignore b/linux/home/.gitignore deleted file mode 100644 index 0a635f8..0000000 --- a/linux/home/.gitignore +++ /dev/null @@ -1,56 +0,0 @@ -# Ignore .git directory -.git/ - -# Ignore git config -.gitconfig - -# Ignore dotfiles dir -.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 .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/ - -# Ignore pictures/images directory -^images/ -^pictures/ - -# Ignore virtual machine directory -^virt/ - -.cfg |
