Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Dec 28, 2024
1 parent 21d61fd commit f116c27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ __pycache__
.pytest_cache
.python_history
.ruff_cache
backend/.venv
.vscode
*.code-workspace
*.local
*.log
backend/.venv
backend/data/copy.json.gz
backend/data/nest.json
backend/staticfiles
backend/venv
frontend/.npm
frontend/coverage
frontend/dist
Expand All @@ -29,4 +31,3 @@ frontend/yarn-debug.log*
frontend/yarn-error.log*
logs
TODO
backend/venv

0 comments on commit f116c27

Please sign in to comment.