Skip to content

How to create .gitignore file for node.js project

Daisho Komiyama edited this page Apr 11, 2024 · 1 revision

For pnpm

pnpm dlx gitignore node

For npm

npx gitignore node
Clone this wiki locally