Files
smart-search-back/.gitignore
vallyenfail b56b833680
All checks were successful
Deploy Smart Search Backend Test / deploy (push) Successful in 1m36s
add service
2026-01-19 16:42:51 +03:00

39 lines
304 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