diff options
author | Vincent Ambo <mail@tazj.in> | 2021-05-03T21·31+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-05-03T22·55+0000 |
commit | 51b5475f40111d0a084b3ede6eec77d28b375536 (patch) | |
tree | cf28c7c2d53b755b41d5ee50a5bf1fd7285979fd /web/atward/.gitignore | |
parent | 35aa79d14b2f4032efd79cda2c25b11540768107 (diff) |
feat(web/atward): Implement match scaffolding for TVL redirector r/2559
atward is going to be a new TVL service, living at atward.tvl.fyi, which users can configure as a search engine in their browser. It will understand a variety of TVL-specific query types (such as bug/CL links or code paths). In the future it might also support features like go-links. This commit configures the initial setup for query matchers in atward and adds an example query type (for bugs). This is not yet wired up to a web server. Change-Id: Ifaf06c3f5cc378eee7894b7576ef583fc89264f0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3087 Tested-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi>
Diffstat (limited to 'web/atward/.gitignore')
-rw-r--r-- | web/atward/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/atward/.gitignore b/web/atward/.gitignore new file mode 100644 index 000000000000..29e65519ba35 --- /dev/null +++ b/web/atward/.gitignore @@ -0,0 +1,3 @@ +result +/target +**/*.rs.bk |