Add templates and CI/CD workflows

This commit is contained in:
2026-01-29 15:43:11 +00:00
parent 6a79f95349
commit 54908ab74a

View File

@@ -0,0 +1,34 @@
name: react
category: framework
description: React.js framework
patterns: |
# Dependencies
node_modules/
.pnp/
.pnp.js
# Build
build/
dist/
# Misc
.DS_Store
*.pem
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env*.local
# Vercel
.vercel
# TypeScript
*.tsbuildinfo
# IDE
.idea/
.vscode/