Files
onvif-go/.gitignore
T
2025-10-30 00:50:27 +00:00

46 lines
400 B
Plaintext

*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.html
coverage.txt
# Dependency directories
vendor/
# Go workspace file
go.work
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Binaries
bin/
dist/
# Temporary files
tmp/
temp/
*.tmp
# Environment files
.env
.env.local
.env.*.local
# Debug files
debug
__debug_bin