Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: .gitignore

Issue 2292403002: [Catapult] Update .gitignore to point to new locations in common/ (Closed)
Patch Set: add node_runner bin Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index b77b9868950862c47c174c9148065cfb0b52f359..48316aca935834c7ff6eeca3977417d22bc648ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,8 +19,11 @@ perf_insights/perf_insights/download_traces.py
# telemetry's binary dependency download folder.
/telemetry/telemetry/internal/bin/
-# catapult_base's binary dependency download folder.
-/catapult_base/catapult_base/bin/
+# common/py_utils's binary dependency download folder.
+/common/py_utils/py_utils/bin/
-# catapult_base's npm installation folder.
-/catapult_base/catapult_base/node_modules/
+# node_runner's binary dependency download folder.
+/common/node_runner/node_runner/bin/
+
+# node_runner's npm installation folder.
+/common/node_runner/node_runner/node_modules/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698