forked from opensearch-project/opensearch-migrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (68 loc) · 2.21 KB
/
Copy path.gitignore
File metadata and controls
75 lines (68 loc) · 2.21 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.coverage
coverage.xml
.idea
.kiro
.DS_Store
.gradle/
.venv
__pycache__
*.egg-info*
.python-version
logs
tmp/
*.tsbuildinfo
*.hprof
test_report.json
**/build/
**/builds/
jenkinsdocker/**/nextBuildNumber
**/bin/
# The migration-assistant CLI ships a source-checkout entry wrapper at
# deployment/k8s/aws/cli/bin/migration-assistant. It is SOURCE (not a build
# artifact) and every caller — Jenkins, install.sh, awsRunEksValidation.sh —
# invokes that exact path, so it must stay tracked despite the **/bin/ rule.
!deployment/k8s/aws/cli/bin/
!deployment/k8s/aws/cli/bin/migration-assistant
# Rust build output for the CLI crate.
deployment/k8s/aws/cli/target/
# Per-project runtime state the CLI writes at $PWD/migration-assistant-workspace
# (see cli/src/core/config.rs). Never a build/PR artifact.
migration-assistant-workspace/
# The whole plugins directory needs to be removed
plugins/opensearch/loggable-transport-netty4/.gradle/
# Build files
TrafficCapture/**/out/
# CDK files from end-to-end testing
opensearch-cluster-cdk/
test/opensearch-cluster-cdk/
test/amazon-opensearch-service-sample-cdk/
TrafficCapture/dockerSolution/src/main/docker/migrationConsole/staging
# Directory used to temporarily store snapshots during testing
DocumentsFromSnapshotMigration/docker/snapshots/
transformation/standardJavascriptTransforms/coverage/
transformation/standardJavascriptTransforms/node_modules/
schema-viewer/node_modules/
schema-viewer/package-lock.json
schema-viewer/schemas/
orchestrationSpecs/k8sResources/
orchestrationSpecs/dist/
orchestrationSpecs/node_modules/
orchestrationSpecs/packages/**/dist/
orchestrationSpecs/packages/**/node_modules/
orchestrationSpecs/packages/**/coverage/
orchestrationSpecs/packages/migration-workflow-templates/k8sResources
orchestrationSpecs/k8s-schemas
orchestrationSpecs/packages/argo-workflow-builders/src/generated
orchestrationSpecs/packages/config-processor/bundled
orchestrationSpecs/packages/migration-workflow-templates/workflowTemplates
orchestrationSpecs/packages/argo-workflow-builders/k8sSchemas
frontend/
# IDE / Java tooling
.settings/
.factorypath
deployment/k8s/aws/dist/
deployment/k8s/aws/cli/dist/
.scannerwork/
.sisyphus/
# Local-only Claude Code settings
.claude/settings.local.json