Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: start tracking obsolete files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Aug 19, 2020
1 parent a4d9169 commit 781047f
Showing 1 changed file with 82 additions and 4 deletions.
86 changes: 82 additions & 4 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-recaptcha-enterprise.git",
"sha": "4b6b88d44dac12131d6ca322cd240fd7b4ab57da"
"sha": "a4d916916a30af019e87bc6967f4b589431d0f0a"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "94006b3cb8d2fb44703cf535da15608eed6bf7db",
"internalRef": "325949033"
"sha": "4c5071b615d96ef9dfd6a63d8429090f1f2872bb",
"internalRef": "327369997"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5747555f7620113d9a2078a48f4c047a99d31b3e"
"sha": "1a60ff2a3975c2f5054431588bd95db9c3b862ba"
}
}
],
Expand All @@ -42,5 +42,83 @@
"generator": "bazel"
}
}
],
"generatedFiles": [
".eslintignore",
".eslintrc.json",
".gitattributes",
".github/ISSUE_TEMPLATE/bug_report.md",
".github/ISSUE_TEMPLATE/feature_request.md",
".github/ISSUE_TEMPLATE/support_request.md",
".github/PULL_REQUEST_TEMPLATE.md",
".github/publish.yml",
".github/release-please.yml",
".github/workflows/ci.yaml",
".gitignore",
".jsdoc.js",
".kokoro/.gitattributes",
".kokoro/common.cfg",
".kokoro/continuous/node10/common.cfg",
".kokoro/continuous/node10/docs.cfg",
".kokoro/continuous/node10/lint.cfg",
".kokoro/continuous/node10/samples-test.cfg",
".kokoro/continuous/node10/system-test.cfg",
".kokoro/continuous/node10/test.cfg",
".kokoro/continuous/node12/common.cfg",
".kokoro/continuous/node12/test.cfg",
".kokoro/docs.sh",
".kokoro/lint.sh",
".kokoro/populate-secrets.sh",
".kokoro/presubmit/node10/common.cfg",
".kokoro/presubmit/node10/samples-test.cfg",
".kokoro/presubmit/node10/system-test.cfg",
".kokoro/presubmit/node12/common.cfg",
".kokoro/presubmit/node12/test.cfg",
".kokoro/publish.sh",
".kokoro/release/docs-devsite.cfg",
".kokoro/release/docs-devsite.sh",
".kokoro/release/docs.cfg",
".kokoro/release/docs.sh",
".kokoro/release/publish.cfg",
".kokoro/samples-test.sh",
".kokoro/system-test.sh",
".kokoro/test.bat",
".kokoro/test.sh",
".kokoro/trampoline.sh",
".mocharc.js",
".nycrc",
".prettierignore",
".prettierrc.js",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"api-extractor.json",
"linkinator.config.json",
"package-lock.json.3476848224",
"protos/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto",
"protos/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto",
"protos/protos.d.ts",
"protos/protos.js",
"protos/protos.json",
"renovate.json",
"samples/README.md",
"samples/package-lock.json.3210380778",
"src/index.ts",
"src/v1/index.ts",
"src/v1/recaptcha_enterprise_service_client.ts",
"src/v1/recaptcha_enterprise_service_client_config.json",
"src/v1/recaptcha_enterprise_service_proto_list.json",
"src/v1beta1/index.ts",
"src/v1beta1/recaptcha_enterprise_service_v1_beta1_client.ts",
"src/v1beta1/recaptcha_enterprise_service_v1_beta1_client_config.json",
"src/v1beta1/recaptcha_enterprise_service_v1_beta1_proto_list.json",
"system-test/fixtures/sample/src/index.js",
"system-test/fixtures/sample/src/index.ts",
"system-test/install.ts",
"test/gapic_recaptcha_enterprise_service_v1.ts",
"test/gapic_recaptcha_enterprise_service_v1_beta1_v1beta1.ts",
"tsconfig.json",
"webpack.config.js"
]
}

0 comments on commit 781047f

Please sign in to comment.