.gitignore 442 B

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