# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# tsconfig.json is generated by `cra.py tsc <board>`. Since the file contains
# reference to mojom ts types from the generated folder, it's excluded here.
/tsconfig.json
# dist/ is generated by `cra.py bundle <board>`.
/dist/
# mojom is symbolic linked by `cca.py tsc <board>` to board specific generated
# TypeScript mojom bindings.
/mojom
__pycache__