.gitignore 300 B

12345678910111213141516171819202122
  1. dist
  2. testdata/simple*/docs
  3. testdata/quotes/docs
  4. testdata/quotes/quotes.so
  5. example/basic/docs/*
  6. example/celler/docs/*
  7. cover.out
  8. # Test binary, build with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. .idea
  13. .vscode
  14. # Etc
  15. .DS_Store
  16. /swag
  17. /swag.exe