Gitignore Generator
Pick your languages, frameworks and tools to build a clean .gitignore
Templates
4 selected
.gitignore
23 lines
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.npm
*.tsbuildinfo
# Next.js
/.next/
/out/
next-env.d.ts
.vercel
# Environment
.env
.env.local
.env.*.local
*.pem
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*Related tools
Chmod Calculator
Calculate Linux file permissions (777, 755 etc) easily.
Cron Expression Builder
Build and validate cron expressions with visual interface and presets
CSS/JS Minifier
Minify your CSS and JavaScript code to reduce file size.
Dockerfile Builder
Visual Dockerfile generator with multi-stage builds, common base images, and best practices for Node.js, Python, Go, Rust, and more.
Environment Variable Encoder/Decoder
Encode, decode, and format environment variables for secure deployment
Git Commit Message Builder
Build conventional commit messages with type, scope, body, and breaking changes. Follow commitlint standards and generate properly formatted commits.