0e52d625a1
- Removed redundant API documentation (API.md and API-QUICK-REFERENCE.md) - Added cv-app binary to gitignore to prevent committing build artifacts
33 lines
214 B
Plaintext
33 lines
214 B
Plaintext
# Binaries
|
|
cv-server
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binaries
|
|
*.test
|
|
|
|
# Output
|
|
*.out
|
|
|
|
# Go workspace
|
|
go.work
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.log
|
|
cv-app
|