haunt/.gitignore

42 lines
400 B
Plaintext
Raw Normal View History

2023-03-04 14:22:03 -08:00
# 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.*
.haunt.yaml
2023-03-04 15:18:51 -08:00
completions
2023-03-04 15:32:41 -08:00
dist
2023-03-04 14:22:03 -08:00
_testmain.go
*.exe
*.test
*.prof
/assets/
2023-03-04 14:22:03 -08:00
.glide
.idea
.DS_Store
2023-03-05 14:41:02 -08:00
/haunt/
2023-03-05 22:18:46 -08:00
/haunt
2023-03-04 14:22:03 -08:00
docker
vendor
bin
glide.*
Dockerfile
docker-compose.yml