Skip to content

Commit

Permalink
Consolidate gitignore (#287)
Browse files Browse the repository at this point in the history
* Fix mixed line endings and consolidate .gitignore files

* Remove 'Miscellaneous files' section from .gitignore

* changed .volumes to /volumes

* Update code

---------

Co-authored-by: Arkadii Yakovets <[email protected]>
  • Loading branch information
Tusharjamdade and arkid15r authored Dec 28, 2024
1 parent b52b31a commit 52abc5e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 36 deletions.
26 changes: 19 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
__pycache__
./frontend/coverage
!.env.example
.bash_history
.cache
.coverage
.coverage
.DS_Store
.env
.env.*
!.env.example
.idea
.local
.npm
.mypy_cache
.pytest_cache
.python_history
.ruff_cache
.venv
backend/.venv
.vscode
*.code-workspace
/volumes
*.local
*.log
backend/data/nest.json
staticfiles
backend/staticfiles
frontend/.npm
frontend/coverage
frontend/dist
frontend/node_modules
frontend/npm-debug.log*
frontend/pnpm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
logs
TODO
backend/venv
29 changes: 0 additions & 29 deletions frontend/.gitignore

This file was deleted.

0 comments on commit 52abc5e

Please sign in to comment.