Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Universe: remove Bazel files #2794

Merged
merged 2 commits into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .bazelignore

This file was deleted.

5 changes: 0 additions & 5 deletions .bazelrc

This file was deleted.

1 change: 0 additions & 1 deletion .bazelversion

This file was deleted.

6 changes: 1 addition & 5 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @generated SignedSource<<cc03860d3a8d355bd35e54f6ada88c23>>
# @generated SignedSource<<2939b4229c2154e42c786ee5e0eb9e53>>
#
# To regenerate run:
# yarn monorepo-babel-node scripts/generateFlow.js
Expand All @@ -10,10 +10,6 @@
<PROJECT_ROOT>/\.git/.*
.+/.+\.gzip\.js
.+/\.next/.+
.+/bazel-bin/.+
.+/bazel-out/.+
.+/bazel-testlogs/.+
.+/bazel-universe/.+

[include]

Expand Down
6 changes: 0 additions & 6 deletions .flowconfig.template.base
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
.+/.+\.gzip\.js
.+/\.next/.+

; Do not use <PROJECT_ROOT> for Bazel, see: https://github.com/facebook/flow/issues/2250
.+/bazel-bin/.+
.+/bazel-out/.+
.+/bazel-testlogs/.+
.+/bazel-universe/.+


; https://flow.org/en/docs/config/untyped/
[untyped]
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/continuous-integration-bazel.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
.vscode/
node_modules/

/bazel-*

.DS_Store
.env
.flow.saved_state
Expand Down
18 changes: 0 additions & 18 deletions .jest-bazel.config.js

This file was deleted.

35 changes: 0 additions & 35 deletions BUILD.bazel

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`adeira/universe` monorepo is an open-source collection of projects created in our free time. We are friends helping each other to build libraries and applications and effectively share knowledge and work among all of us.

![Continuous Integration (JavaScript)](<https://github.com/adeira/universe/workflows/Continuous%20Integration%20(JavaScript)/badge.svg>) ![Continuous Integration (Rust)](<https://github.com/adeira/universe/workflows/Continuous%20Integration%20(Rust)/badge.svg>) ![Continuous Integration (Bazel)](<https://github.com/adeira/universe/workflows/Continuous%20Integration%20(Bazel)/badge.svg>)
![Continuous Integration (JavaScript)](<https://github.com/adeira/universe/workflows/Continuous%20Integration%20(JavaScript)/badge.svg>) ![Continuous Integration (Rust)](<https://github.com/adeira/universe/workflows/Continuous%20Integration%20(Rust)/badge.svg>)

![Shipit](https://github.com/adeira/universe/workflows/Shipit/badge.svg) ![NPM Publisher](https://github.com/adeira/universe/workflows/NPM%20Publisher/badge.svg) ![Dockerfile Builder](https://github.com/adeira/universe/workflows/Dockerfile%20Builder/badge.svg)

Expand Down
75 changes: 0 additions & 75 deletions WORKSPACE.bazel

This file was deleted.

37 changes: 0 additions & 37 deletions bazel/macros/build_yarn_workspace.bzl

This file was deleted.

58 changes: 0 additions & 58 deletions bazel/macros/test_yarn_workspace.bzl

This file was deleted.

2 changes: 0 additions & 2 deletions src/babel-plugin-transform-sx-tailwind/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
__tests__
BUILD
BUILD.bazel
2 changes: 0 additions & 2 deletions src/babel-preset-adeira/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
__tests__
BUILD.bazel
BUILD
2 changes: 0 additions & 2 deletions src/css-colors/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__tests__
__flowtests__
__mocks__
BUILD.bazel
BUILD
2 changes: 0 additions & 2 deletions src/eslint-config-adeira/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
__tests__
BUILD.bazel
BUILD
2 changes: 0 additions & 2 deletions src/eslint-fixtures-tester/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__tests__
__flowtests__
__mocks__
BUILD.bazel
BUILD
2 changes: 0 additions & 2 deletions src/eslint-plugin-adeira/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
__tests__
BUILD.bazel
BUILD
16 changes: 0 additions & 16 deletions src/eslint-plugin-adeira/BUILD.bazel

This file was deleted.

2 changes: 0 additions & 2 deletions src/eslint-plugin-sx/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
__flowtests__
__tests__
BUILD.bazel
BUILD
2 changes: 0 additions & 2 deletions src/fetch/.npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__tests__
__flowtests__
__mocks__
BUILD.bazel
BUILD
Loading