1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16

ash / webui / recorder_app_ui / resources / .gitignore [blame]

# 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__