Files
aws-doc-sdk-examples/.gitignore
Dennis Traub b524899a25 Kotlin: Amazon Nova text and image generation examples (#7257)
* Refactor InvokeModel and add Converse; add ConverseStream, and example for Nova Canvas
2025-03-19 12:01:32 +00:00

40 lines
645 B
Plaintext

*.egg-info
*.exe
*.swp
.*~
.DS_Store
._*
.idea
*.iml
.metadata
.recommenders
.phpunit.result.cache
.phpunit.cache
.swiftpm
.venv
.vs
.vscode
Package.resolved
build_dir
node_modules
super-linter.log
target
vendor
venv
xcuserdata
# Ignore rust_dev_preview as it's no longer part of the project
rust_dev_preview
# .vectors are created by the Ailly RAG process
.vectors
# .snippets are created temporarily as build artifacts
.snippets
.scouts
# Ignore build-related files and directories in kotlin/services/
kotlin/services/**/build/
kotlin/services/**/gradle/
kotlin/services/**/gradlew
kotlin/services/**/gradlew.bat
kotlin/services/**/.kotlin/