diff options
| author | Blista Kanjo | 2024-06-28 22:46:40 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-06-28 22:46:40 -0400 |
| commit | f849b07dbdd43f120a191cfdea6b03244b63efec (patch) | |
| tree | 44d0e7a7154a6c3ac2db2be780a3a26d90f1bd86 | |
| parent | d1c638ade3a685df6f860e04e3d1023357714de5 (diff) | |
refactor: ignore `.vim*` files
may need to make ignore file in the future
| -rw-r--r-- | .stowrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ --ignore=.stowrc +--ignore=.vim +--ignore=.vimrc --adopt --dotfiles --target ~/ |
