I don't know how, but `*.swp` files are making their way into git tracking, _despite_ applying the `Vim` rules from gitignore.io. ```txt Untracked files: (use "git add <file>..." to include in what will be committed) src/.zshrc.d/.autocompletions.zsh.swp ```
I don't know how, but
*.swpfiles are making their way into git tracking, despite applying theVimrules from gitignore.io.