http urls monitor.

.gitignore 467B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. # Folders
  6. _obj
  7. _test
  8. # Architecture specific extensions/prefixes
  9. *.[568vq]
  10. [568vq].out
  11. *.cgo1.go
  12. *.cgo2.c
  13. _cgo_defun.c
  14. _cgo_gotypes.go
  15. _cgo_export.*
  16. _testmain.go
  17. # Vim files https://github.com/github/gitignore/blob/master/Global/Vim.gitignore
  18. # swap
  19. [._]*.s[a-w][a-z]
  20. [._]s[a-w][a-z]
  21. # session
  22. Session.vim
  23. # temporary
  24. .netrwhist
  25. *~
  26. # auto-generated tag files
  27. tags
  28. *.exe
  29. cobra.test