Loading...
Build a tailored .gitignore from your stack — languages, frameworks, IDEs, and OS files — using the community gitignore templates, ready to copy.
Languages
Infra & Cloud
Editors
OS
# Generated by DevOpsDrill — .gitignore Generator ### Node ### node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* .npm .yarn/cache dist/ build/ coverage/ .eslintcache *.tsbuildinfo .env .env.local .env.*.local ### Terraform ### .terraform/ .terraform.lock.hcl *.tfstate *.tfstate.* *.tfstate.backup crash.log crash.*.log *.tfvars *.tfvars.json override.tf override.tf.json *_override.tf *_override.tf.json .terraformrc terraform.rc ### macOS ### .DS_Store .AppleDouble .LSOverride ._* .Spotlight-V100 .Trashes