skip to content
~/docs~/skills~/pricing~/faq~/dashboard

</aethereum> / tools / gitignore-generator

.gitignore Generator

Build a clean .gitignore from common stacks. Tick the languages, frameworks, editors, and operating systems you use, and copy the combined file. It all runs in your browser: nothing is uploaded.

// pick your stacks

// .gitignore

# Generated by aethereum.dev/tools/gitignore-generator
### Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.npm
.pnp.*
*.tgz
### macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes

Copy this into a file named .gitignore at your repo root and commit it. Everything runs in your browser.

read the docs →