SyntaxFix
Write A Post
Hire A Developer
Questions
sure,
just have to create a ".gitignore" on the home directory of your project and have to contain
*.swp
that's it
in one command
project-home-directory$ echo '*.swp' >> .gitignore