| Leopold Schabel | 6920c47 | 2024-08-10 19:40:35 +0200 | [diff] [blame^] | 1 | # `//third_party` |
| 2 | |||||
| 3 | Anything related to importing third party code and making it work with our monorepo lives here: | ||||
| 4 | |||||
| 5 | - Vendored code. | ||||
| 6 | - Bazel rules for third party code. | ||||
| 7 | - Patches to thid party code. | ||||
| 8 | - Lock files and similar package manager definitions (whenever possible - things like `go.mod have to live at the top level, and that's OK too). | ||||
| 9 | |||||
| 10 | First-party code or build rules based *on* a third-party component should not live here. | ||||