23 lines
299 B
Plaintext
23 lines
299 B
Plaintext
# Binaries for programs and plugins
|
|
web-to-markdown
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Environment-specific files
|
|
.env
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|