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 2a3aa32996
Some checks failed
Automated Container Build / build-and-push (push) Failing after 25s
Fix UI bugs, update CI, update gitignore
2026-05-22 17:57:26 -07:00

26 lines
286 B
Text

# IDE & Editor files
.vscode/
.cursor/
.idea/
*.swp
*.xml
# Build outputs (if your Node app eventually compiles or bundles code)
dist/
build/
out/
# Local application run data
backend/storage/
backend/data/
.uploads/
test/
test*/
Textbooks/
*.pdf
*.jpg
*.jpeg
*.png
*.mp4
*.mkv
*.mov