Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ pytest_task*.txt
common/test/data/test_unicode/static/
test_root/courses/
test_root/data/test_bare.git/
# `test_root/data/` is `settings.GITHUB_REPO_ROOT` in the test settings;
# course-import code (`cms/djangoapps/contentstore/.../tasks.py::import_olx`)
# writes per-course subdirectories here named `urlsafe_b64encode(repr(course_key))`.
# Ignore everything in that directory by default and explicitly re-include the
# fixtures we actually want tracked. New fixture additions need an extra `!` line
# below.
test_root/data/*
!test_root/data/video
test_root/export_course_repos/
test_root/paver_logs/
test_root/uploads/
Expand Down
Empty file removed test_root/data/.gitkeep
Empty file.
Binary file not shown.
Binary file not shown.
Loading