This repository has been archived on 2026-07-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drive/.gitignore
Elijah 1f83d57942
All checks were successful
Automated Container Build / build-and-push (push) Successful in 3m25s
fix(frontend): update Share interface property from download_count to downloads
2026-05-26 14:54:50 -07:00

36 lines
327 B
Text

# OS Files
.DS_Store
Thumbs.db
desktop.ini
# IDE & Editor files
.vscode/
.cursor/
.idea/
*.swp
*.xml
# Build outputs
dist/
build/
out/
.next/
# Node
node_modules/
frontend/node_modules/
# Local application run data
backend/storage/
backend/data/
.uploads/
test/
test*/
Textbooks/
*.pdf
*.jpg
*.jpeg
*.png
*.mp4
*.mkv
*.mov