39 lines
301 B
Plaintext
39 lines
301 B
Plaintext
|
|
# Binaries
|
||
|
|
*.exe
|
||
|
|
*.exe~
|
||
|
|
*.dll
|
||
|
|
*.so
|
||
|
|
*.dylib
|
||
|
|
main
|
||
|
|
dhcp-dns-manager
|
||
|
|
|
||
|
|
# Test binary
|
||
|
|
*.test
|
||
|
|
|
||
|
|
# Output of the go coverage tool
|
||
|
|
*.out
|
||
|
|
|
||
|
|
# Dependency directories
|
||
|
|
vendor/
|
||
|
|
|
||
|
|
# Go workspace file
|
||
|
|
go.work
|
||
|
|
|
||
|
|
# Database
|
||
|
|
*.db
|
||
|
|
*.db-journal
|
||
|
|
data/
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.idea/
|
||
|
|
.vscode/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|