aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHector Dearman <hjd@google.com>2023-03-27 15:14:40 +0100
committerHector Dearman <hjd@google.com>2023-03-27 15:14:40 +0100
commit04750c13af62debbc39ab0ce9f9b4f275f854018 (patch)
tree1a063d83cac4d68b353ec5413ff97b1138fcb646 /.gitignore
parent025a21ca99e4680fb44df9f86b03806b6bf2c11f (diff)
downloadperfetto-04750c13af62debbc39ab0ce9f9b4f275f854018.tar.gz
ui: Upgrade TypeScript to 4.9.5
- Pixel diffs are due to update to puppeteer (headless Chrome) - .gitignore shouldn't ignore node_modules in the root, this can easily lead to confusing situations if people install a module in the wrong directory. At least this way it's obvious something is wrong. - Other small changes to types are required for compilation either because the backing types for the browser APIs changed or because TypeScript got better at detecting some forms of errors. - The build.js changes silence some deprecation warnings. Change-Id: I588869ede3ca2de37118e164f18ab04186661bf2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b275b2ecf..7e035d04e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,7 +23,6 @@
/bazel-*
/compile_commands.json
/fuzz_out/
-/node_modules/
/out*
/ui/dist
/venv/*
@@ -33,4 +32,4 @@ TAGS
examples/sdk/build/
GPATH
GRTAGS
-GTAGS \ No newline at end of file
+GTAGS