kinesis-consumer/.gitignore
Vincent a1239221d8 Ignore IDE files and fix code based Gometalinter (#63)
- scanError.Error is removed since it is not used.
- session.New() is deprecated, The NewKinesisClient's function signature change so it can
  returns the error from the NewSession().
2018-07-24 20:10:38 -07:00

51 lines
No EOL
493 B
Text

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Environment vars
.env
# Seed data
users.txt
# 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/