Skip to content

Add .gitignores#796

Merged
GregBrimble merged 1 commit intomainfrom
add-gitignores
Oct 7, 2025
Merged

Add .gitignores#796
GregBrimble merged 1 commit intomainfrom
add-gitignores

Conversation

@GregBrimble
Copy link
Collaborator

Description

Fixes #787 and WP-2428.

Checklist

  • Template Metadata
    • template directory ends with -template
    • "cloudflare" section of package.json is populated
    • template preview image uploaded to Images
    • README is populated and uses <!-- dash-content-start --> and <!-- dash-content-end --> to designate the Dash readme preview
    • package.json contains a deploy command
    • package.json contains private: true and no version field

Example package.json

"private": true,
"cloudflare": {
  "label": "Worker + D1 Database",
  "products": [
    "Workers",
    "D1"
  ],
  "categories": [
    "storage"
  ],
  "docs_url": "https://developers.cloudflare.com/d1/",
  "preview_image_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/cb7cb0a9-6102-4822-633c-b76b7bb25900/public"
}

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2025

Dashboard preview link

@GregBrimble GregBrimble merged commit 405fe19 into main Oct 7, 2025
2 checks passed
@GregBrimble GregBrimble deleted the add-gitignores branch October 7, 2025 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 BUG: containers-template creates a repo with node_modules committed

2 participants