.gitignore 484 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. vendor
  2. cmd/hercules/plugin_template_source.go
  3. contrib/_plugin_example/churn_analysis.pb.go
  4. pb/pb.pb.go
  5. pb/pb_pb2.py
  6. coverage.txt
  7. **/*.egg-info
  8. **/__pycache__
  9. **/.DS_Store
  10. .idea
  11. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  12. *.o
  13. *.a
  14. *.so
  15. # Folders
  16. _obj
  17. _test
  18. # Architecture specific extensions/prefixes
  19. *.[568vq]
  20. [568vq].out
  21. *.cgo1.go
  22. *.cgo2.c
  23. _cgo_defun.c
  24. _cgo_gotypes.go
  25. _cgo_export.*
  26. _testmain.go
  27. *.exe
  28. *.test
  29. *.prof
  30. *.tsv
  31. *.tsv.gz
  32. *.json
  33. **/__pycache__