Files
smart-search-back/.gitignore
vallyenfail decf5be137
All checks were successful
Deploy Smart Search Backend / deploy (push) Successful in 1m23s
add service
2026-01-18 00:45:26 +03:00

38 lines
287 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