mirror of
https://github.com/awsdocs/aws-doc-sdk-examples.git
synced 2026-03-26 06:22:18 +00:00
40 lines
645 B
Plaintext
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/
|