Skip to content

Commit e403ae0

Browse files
eakuefnerCommit bot
authored andcommitted
[Catapult] Update .gitignore to point to new locations in common/
This CL updates .gitignore to catapult_base's move to common/ into account. BUG=catapult:catapult-project#2738 Review-Url: https://codereview.chromium.org/2292403002
1 parent 2629713 commit e403ae0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ perf_insights/perf_insights/download_traces.py
1919
# telemetry's binary dependency download folder.
2020
/telemetry/telemetry/internal/bin/
2121

22-
# catapult_base's binary dependency download folder.
23-
/catapult_base/catapult_base/bin/
22+
# common/py_utils's binary dependency download folder.
23+
/common/py_utils/py_utils/bin/
2424

25-
# catapult_base's npm installation folder.
26-
/catapult_base/catapult_base/node_modules/
25+
# node_runner's binary dependency download folder.
26+
/common/node_runner/node_runner/bin/
27+
28+
# node_runner's npm installation folder.
29+
/common/node_runner/node_runner/node_modules/

0 commit comments

Comments
 (0)