diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-22 19:40:33 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-22 19:40:33 +0200 |
| commit | 5dcce253dbe79ef7bf2c73c7cd3a6d2b198b00fe (patch) | |
| tree | f07c30bea7b8d3922e05f0d348d76228a1feb468 /linux/home | |
| parent | 49ba8d17c5021f74021d03a42f7eff5cb63ece21 (diff) | |
| download | dotfiles-5dcce253dbe79ef7bf2c73c7cd3a6d2b198b00fe.tar.gz dotfiles-5dcce253dbe79ef7bf2c73c7cd3a6d2b198b00fe.zip | |
Don't ignore install.sh
Diffstat (limited to 'linux/home')
| -rw-r--r-- | linux/home/.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/home/.gitignore b/linux/home/.gitignore index 5cbf235..0a635f8 100644 --- a/linux/home/.gitignore +++ b/linux/home/.gitignore @@ -7,9 +7,6 @@ # Ignore dotfiles dir .cfg -# Ignore install.sh -install.sh - # Ignore Packer's compiled files packer_compiled.lua @@ -56,3 +53,4 @@ node_modules/ # Ignore virtual machine directory ^virt/ +.cfg |
