Files
smart-search-back/.gitignore
vallyenfail d959dcca96 add service
2026-01-17 17:39:33 +03:00

37 lines
280 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/