bazel: ignore files generated into src (#45922)

This commit is contained in:
Jason Bedard 2022-12-21 20:43:29 -08:00 committed by GitHub
parent 39703ad1af
commit a8058f2235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# TODO(bazel): remove when no longer generated into src
src/schema.ts
src/graphql-operations.ts

View File

@ -0,0 +1,2 @@
# TODO(bazel): remove when no longer generated into src
src/graphql-operations.ts

View File

@ -0,0 +1,2 @@
# TODO(bazel): remove when no longer generated into src
webview/src/graphql-operations.ts

View File

@ -0,0 +1,2 @@
# TODO(bazel): remove when no longer generated into src
src/graphql-operations.ts

View File

@ -0,0 +1,2 @@
# TODO(bazel): remove when no longer generated into src
src/graphql-operations.ts

View File

@ -0,0 +1,4 @@
# TODO(bazel): remove when no longer generated into src
src/schema.ts
src/graphql/schema.ts
src/graphql-operations.ts

View File

@ -0,0 +1,2 @@
# TODO(bazel): remove when no longer generated into src
src/graphql-operations.ts

3
client/web/.bazelignore Normal file
View File

@ -0,0 +1,3 @@
# TODO(bazel): remove when no longer generated into src
src/schema/*
src/graphql-operations.ts