.gitignore 455 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. **/.DS_Store
  8. .idea
  9. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  10. *.o
  11. *.a
  12. *.so
  13. # Folders
  14. _obj
  15. _test
  16. # Architecture specific extensions/prefixes
  17. *.[568vq]
  18. [568vq].out
  19. *.cgo1.go
  20. *.cgo2.c
  21. _cgo_defun.c
  22. _cgo_gotypes.go
  23. _cgo_export.*
  24. _testmain.go
  25. *.exe
  26. *.test
  27. *.prof
  28. *.tsv
  29. *.tsv.gz
  30. *.json
  31. **/__pycache__