40 lines
443 B
Plaintext
Raw Normal View History

2024-12-18 15:43:35 +03:00
# Develop tools
/.vscode/
/.idea/
.idea
.vscode
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2024-12-18 15:43:35 +03:00
# Folders
_obj
_test
_build
.DS_Store
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2024-12-18 15:43:35 +03:00
# vim temp files
*~
*.swp
*.swo