Parcourir la source

Add *.ts (typescript files) to git-gs

Change-Id: I8fc0161d01caf7adb9298f3ef76cd4e7cd69d771
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3561270
Auto-Submit: Matt Mueller <mattm@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
Matt Mueller il y a 3 ans
Parent
commit
7f02c0d981
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      git-gs

+ 2 - 2
git-gs

@@ -5,5 +5,5 @@
 git grep -n -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\
    "*.grd" "*.grdp" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac" "*.go"\
    "*.vcproj" "*.vsprops" "*.make" "*.gyp" "*.gypi" "*.isolate" "*.java"\
-   "*.js" "*.html" "*.css" "*.ebuild" "*.pl" "*.pm" "*.yaml" "*.gn" "*.gni"\
-   "*.json" "DEPS" "*/DEPS" "*.mojom" "*.proto" "*.rs"
+   "*.js" "*.ts" "*.html" "*.css" "*.ebuild" "*.pl" "*.pm" "*.yaml" "*.gn"\
+   "*.gni" "*.json" "DEPS" "*/DEPS" "*.mojom" "*.proto" "*.rs"