16 lines
416 B
Plaintext
16 lines
416 B
Plaintext
# DOP /web — build & dependency exclusions
|
|
# Source lives in git; generated/heavy artifacts stay out.
|
|
|
|
# Dependencies (never commit)
|
|
node_modules/
|
|
|
|
# Compiled Tailwind output — regenerable via: npm run build
|
|
# (dist.css is currently committed for deployment convenience;
|
|
# it is NOT source-of-truth. Rebuild before deploy to avoid stale copy.)
|
|
assets/css/dist.css
|
|
|
|
# OS / editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.log
|