1
0
mirror of synced 2024-11-21 20:36:06 +03:00
messenger/.gitignore

31 lines
316 B
Plaintext
Raw Normal View History

2016-04-13 03:35:25 +03:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
.idea
2016-04-13 03:35:25 +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
2016-04-13 09:14:23 +03:00
# Configuration
cmd/bot/config.json
2019-03-25 21:42:34 +03:00
.idea