| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- # ---> Go
- # Compiled Object files, Static and Dynamic libs (Shared Objects)
- *.o
- *.a
- *.so
- go.sum
- # Folders
- _obj
- _test
- # Architecture specific extensions/prefixes
- *.[568vq]
- [568vq].out
- *.cgo1.go
- *.cgo2.c
- _cgo_defun.c
- _cgo_gotypes.go
- _cgo_export.*
- _testmain.go
- *.exe
- *.test
- *.prof
- # ---> VisualStudioCode
- .settings
- debug
- bin
- bin_release
- release
- __debug_bin
- *-api
- *.exe
- .vscode
- .idea
- *.tar.gz
- .vscode
- .DS_Store
- __debug*
- makefile
- Makefile
- logs
- release
- *.groovy
- .specstory
- conf/app.local.yml
- application
- build
- *.numbers
- conf.d
- keystore.json
- *.xlsx
- CLAUDE.md
- .claude
- docs
|