Fix onboarding issue: Remove .onboarding_progress.json from Git tracking
- Add .onboarding_progress.json to .gitignore to prevent tracking - Remove existing .onboarding_progress.json from Git tracking - Ensures new users always go through onboarding process - Fixes issue where users were not presented with onboarding after cloning
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -24,6 +24,10 @@ backend/content_cache.db
|
||||
backend/outline_cache.db
|
||||
backend/research_cache.db
|
||||
|
||||
# Onboarding progress files
|
||||
.onboarding_progress.json
|
||||
backend/.onboarding_progress.json
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
@@ -138,3 +142,4 @@ Pipfile.lock
|
||||
# Cache directories
|
||||
.cache/
|
||||
.pytest_cache/
|
||||
.pytest_cache
|
||||
Reference in New Issue
Block a user