2023-08-07 21:30:30 +03:00
|
|
|
# Mac OS X files
|
|
|
|
*.DS_Store
|
|
|
|
|
2023-07-30 00:14:08 +03:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
2023-08-07 21:30:30 +03:00
|
|
|
# Test binary, build with `go test -c`
|
2023-07-30 00:14:08 +03:00
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
2023-08-07 21:30:30 +03:00
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
|
|
.glide/
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
vendor/
|
2023-07-30 00:14:08 +03:00
|
|
|
|
2023-08-07 21:30:30 +03:00
|
|
|
bin/
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
.env
|
|
|
|
tmp/
|
2023-07-30 00:14:08 +03:00
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
cmd/pkgdash/pkgdash
|
2023-10-01 16:28:03 +03:00
|
|
|
cmd/pkgdashcli/pkgdashcli
|
2023-08-11 20:12:15 +03:00
|
|
|
*.sqlite
|
2024-04-02 22:54:15 +03:00
|
|
|
*.db
|