Files
SDP_Lab_1_To-do-app/.gitignore
mahlatseclayton 7915ff5f55 file structure
2026-07-29 21:21:45 +02:00

25 lines
343 B
Plaintext

# Dependencies (DO NOT PUSH - thousands of files)
node_modules/
# Next.js build output (DO NOT PUSH - compiled files)
.next/
out/
build/
# Local SQLite Database
*.db
*.db-journal
# Environment variables
.env
.env*.local
# Agent configuration, learning resources & local data
.agents/
.gemini/
resources/
# OS metadata
.DS_Store
Thumbs.db