blob: bdf4006c0d7d599903cc8e4e3993585bb63f4384 [file] [log] [blame] [view]
Leopold Schabel6920c472024-08-10 19:40:35 +02001# `//third_party`
2
3Anything 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
10First-party code or build rules based *on* a third-party component should not live here.