pkgdash/.gitignore

32 lines
435 B
Plaintext
Raw Normal View History

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
cmd/pkgdash/pkgdash
cmd/pkgdashcli/pkgdashcli
*.sqlite
2024-03-31 16:38:59 +03:00
*.db