Skip to content

.gitignore Generator

Select stacks and tools — get a clean, ready-to-use .gitignore

Quick Stacks
Language
Framework
Build Tool
DevOps
Security
OS
Editor
Testing
General
6 selected
.gitignore· 74 lines
# Node / npm
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
package-lock.json
yarn.lock
.npm
.node_repl_history
*.tgz
.yarn-integrity

# Next.js
.next/
out/
.vercel
*.next

# Environment & Secrets
.env
.env.*
!.env.example
!.env.sample
*.pem
*.key
*.p12
*.pfx
secrets.yml
secrets.yaml
credentials.json
*_rsa
*_dsa
*_ed25519
*_ecdsa

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
*.icloud

# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.history/
*.vsix

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

🔍 Automate Your Development Workflow from Commit to Deploy

gitignore is just housekeeping. In 20 minutes I'll audit your full dev pipeline and show you where AI can automate code review, testing, deployment, and monitoring — so your team ships faster with fewer errors.

Get Your Free AI Scan →