Add common Node.js ignore patterns

This commit is contained in:
William Valentin
2025-08-30 19:25:41 -07:00
parent 1991b9b6b6
commit a3e4faa7e9

View File

@@ -1,2 +1,17 @@
node_modules/
dist/
*.log
.env
.DS_Store
coverage/
.idea/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
.sass-cache/
.cache/
.next/
out/
build/