Developer tool

.gitignore Generator

Build a .gitignore for common stacks.

.gitignore

# Generated by LedaTools
# Stacks: Node, macOS

# Node
node_modules/
dist/
build/
.next/
out/
coverage/
.env
.env.*
!.env.example
npm-debug.log*
.DS_Store

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon

Runs in your browser. Prefer not pasting production secrets into any online tool.

Back to all developer tools