costco-grocery-list/.gitignore
Nico 77ae5be445
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 1m10s
Build & Deploy Costco Grocery List / verify-images (push) Successful in 3s
Build & Deploy Costco Grocery List / deploy (push) Successful in 11s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s
refactor
2026-02-22 01:27:03 -08:00

19 lines
275 B
Plaintext

# Environment variables (DO NOT COMMIT)
.env
# Node dependencies
node_modules/
# Build output (if using a bundler or React later)
dist/
build/
playwright-report/
test-results/
.npm-cache/
.playwright-browsers/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*