Merge pull request #48 from kuchaguangjie/master

.gitignore add ".swp"
This commit is contained in:
hsluoyz 2021-04-29 12:15:17 +08:00 committed by GitHub
commit 92c35948e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.dll *.dll
*.so *.so
*.dylib *.dylib
*.swp
# Test binary, built with `go test -c` # Test binary, built with `go test -c`
*.test *.test
@ -22,4 +23,4 @@ tmpFiles/
*.tmp *.tmp
logs/ logs/
lastupdate.tmp lastupdate.tmp
commentsRouter*.go commentsRouter*.go