kinesis-consumer/.gitignore
2024-04-10 16:50:33 +02:00

47 lines
No EOL
487 B
Text

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.test
*.exe
# vim temp files
.*.swp
.*.swo
# System files
.DS_Store
tags*
# Benchmark files
prof.cpu
prof.mem
# VSCode files
/.vscode
/**/debug
# Goland files
.idea/
tmp/**
# Coverage Reports
coverage_unit.out
coverage_integration.out