kinesis-consumer/.gitignore
2024-04-10 16:45:57 +02:00

50 lines
No EOL
515 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*
# Vendored files
vendor/**
# Benchmark files
prof.cpu
prof.mem
# VSCode files
/.vscode
/**/debug
# Goland files
.idea/
tmp/**
# Coverage Reports
coverage_unit.out
coverage_integration.out