Task Attachments (#104)
This commit is contained in:
parent
e2f481a6e5
commit
2169464983
349 changed files with 22540 additions and 5267 deletions
6
vendor/github.com/swaggo/swag/.gitignore
generated
vendored
6
vendor/github.com/swaggo/swag/.gitignore
generated
vendored
|
|
@ -1,7 +1,10 @@
|
|||
dist
|
||||
testdata/simple*/docs
|
||||
example/basic/docs/*
|
||||
example/celler/docs/*
|
||||
cover.out
|
||||
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
|
|
@ -12,3 +15,6 @@ cover.out
|
|||
|
||||
# Etc
|
||||
.DS_Store
|
||||
|
||||
swag
|
||||
swag.exe
|
||||
|
|
|
|||
Reference in a new issue