Skip to content

Instantly share code, notes, and snippets.

@msdundar
Last active January 28, 2026 22:37
Show Gist options
  • Select an option

  • Save msdundar/dee00bec20c6d62f4c1e450d87d6356c to your computer and use it in GitHub Desktop.

Select an option

Save msdundar/dee00bec20c6d62f4c1e450d87d6356c to your computer and use it in GitHub Desktop.
{
"max-file-size": 20,
"git-repo-timeout": 300,
"exclude": [
".git/",
"go.mod",
"go.sum",
"uv.lock",
"poetry.lock",
".venv/",
"Pipfile.lock",
".ruff_cache/",
"package-lock.json",
"yarn.lock",
"pnpm-lock.yaml",
"bun.lockb",
"node_modules/",
"Cargo.lock",
"Package.resolved",
"gradle.lockfile",
"composer.lock",
"Gemfile.lock",
"vendor/bundle",
".idea_modules/"
],
"ignore-comment": [
"safe-secret"
],
"skip-regex": [],
"skip-word": [
"postgres://test:test",
"postgres://user:password",
"postgres://user:pass",
"postgres://dev:dev",
"postgres://root:$(DB_PASSWORD)"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment