Files
smart-search-back/.gitignore
vallyenfail fe73b06344
Some checks failed
Deploy Smart Search Backend Test / deploy (push) Has been cancelled
add service
2026-01-19 23:55:34 +03:00

42 lines
326 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
*.test
*.out
# Go workspace file
go.work
# Dependencies
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Config
config/config.yaml
!config/config.yaml.example
# Logs
*.log
# Build artifacts
/bin/
/dist/
.gitea
.gitea/workflows
# Coverage
coverage/