mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
bazel: ignore files generated into src (#45922)
This commit is contained in:
parent
39703ad1af
commit
a8058f2235
3
client/branded/.bazelignore
Normal file
3
client/branded/.bazelignore
Normal file
@ -0,0 +1,3 @@
|
||||
# TODO(bazel): remove when no longer generated into src
|
||||
src/schema.ts
|
||||
src/graphql-operations.ts
|
||||
2
client/browser/.bazelignore
Normal file
2
client/browser/.bazelignore
Normal file
@ -0,0 +1,2 @@
|
||||
# TODO(bazel): remove when no longer generated into src
|
||||
src/graphql-operations.ts
|
||||
2
client/jetbrains/.bazelignore
Normal file
2
client/jetbrains/.bazelignore
Normal file
@ -0,0 +1,2 @@
|
||||
# TODO(bazel): remove when no longer generated into src
|
||||
webview/src/graphql-operations.ts
|
||||
2
client/search-ui/.bazelignore
Normal file
2
client/search-ui/.bazelignore
Normal file
@ -0,0 +1,2 @@
|
||||
# TODO(bazel): remove when no longer generated into src
|
||||
src/graphql-operations.ts
|
||||
2
client/search/.bazelignore
Normal file
2
client/search/.bazelignore
Normal file
@ -0,0 +1,2 @@
|
||||
# TODO(bazel): remove when no longer generated into src
|
||||
src/graphql-operations.ts
|
||||
4
client/shared/.bazelignore
Normal file
4
client/shared/.bazelignore
Normal 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
|
||||
2
client/vscode/.bazelignore
Normal file
2
client/vscode/.bazelignore
Normal file
@ -0,0 +1,2 @@
|
||||
# TODO(bazel): remove when no longer generated into src
|
||||
src/graphql-operations.ts
|
||||
3
client/web/.bazelignore
Normal file
3
client/web/.bazelignore
Normal file
@ -0,0 +1,3 @@
|
||||
# TODO(bazel): remove when no longer generated into src
|
||||
src/schema/*
|
||||
src/graphql-operations.ts
|
||||
Loading…
Reference in New Issue
Block a user