api-client-go/.gitignore

34 lines
336 B
Plaintext
Raw Permalink Normal View History

2018-02-27 11:37:15 +03:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
2018-02-27 13:51:19 +03:00
# Folders
_obj
vendor
2018-02-27 13:51:19 +03:00
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
2019-10-16 16:42:05 +03:00
coverage.txt
2018-02-27 13:51:19 +03:00
2018-02-27 11:37:15 +03:00
# IDE's files
.idea
2018-02-27 13:51:19 +03:00
*.iml
.env
.swp
2018-02-27 11:37:15 +03:00
# Project ignores