forked from awsdocs/aws-doc-sdk-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (38 loc) · 654 Bytes
/
.gitignore
File metadata and controls
40 lines (38 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
*.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/
/.local/