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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ celerybeat.pid
*.sage.py

# Environments
.env
.env*
.venv
env/
venv/
Expand Down Expand Up @@ -167,6 +167,7 @@ temp_uploads/
media/meetings/

# Alembic local dev database
*.db
test.db
test_e2e.db

Expand Down
Binary file removed build_log.txt
Binary file not shown.
Binary file removed build_log_no_cache.txt
Binary file not shown.
Binary file removed debug-smoke.db
Binary file not shown.
Binary file removed jira_app.db
Binary file not shown.
Binary file removed test_e2e_v4.db
Binary file not shown.
Loading