Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E test of issue #8785: Undefined when reading getUpdated #8843

Merged
merged 19 commits into from
Dec 25, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add more venv folders
  • Loading branch information
Oleg Valiulin committed Dec 20, 2024
commit 3099ab45e42ab5cb22a5bab1dc0c1941b459decb
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ yarn-error.log*

# Ignore all the installed packages
node_modules
venv/
venv*/
klakhov marked this conversation as resolved.
Show resolved Hide resolved
.venv/
.env/
klakhov marked this conversation as resolved.
Show resolved Hide resolved

# Ignore all js dists
cvat-data/dist
Expand Down
Loading