mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Update .gitignore to ignore *.swo files
For the fellow vim user.
This commit is contained in:
parent
7461ed63ae
commit
0fabd51ab1
1 changed files with 6 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,5 @@ hugo
|
|||
docs/public*
|
||||
hugo.exe
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
|
|
Loading…
Reference in a new issue