npm ignore file - overrides .gitignore for npm publish
src/
Loading actions...
Skill content
Main instructions and any bundled files for this skill.
npm ignore file - overrides .gitignore for npm publish
We need to INCLUDE build/ and dist/ which are in .gitignore
Source files (not needed in package)
src/ tests/ tests/ *.test.ts *.test.tsx *.spec.ts
Development config
.github/ .husky/ .openhands/ .agents/ .vscode/ .config.ts .config.js .config.mjs tsconfig.json eslint.config.mjs .eslintrc .prettierrc vitest.setup.ts
Development docs
DEVELOPMENT.md AGENTS.md CHANGELOG.md
Generated files we don't need
public/locales/ src/i18n/declaration.ts .env* .envrc
Test artifacts
/test-results/ /playwright-report/ /blob-report/ /playwright/ coverage/
Misc
node_modules/ *.tgz .react-router/ .vercel ralph/ artifacts/
Related Skills
Frontend Typescript Linting.mdc
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
Bundle API
Stable surface that Langflow Extension Bundles consume. Every public symbol