{"id":21639362,"url":"https://github.com/sudorook/ignoretool","last_synced_at":"2026-04-19T03:05:54.504Z","repository":{"id":224301063,"uuid":"701644938","full_name":"sudorook/ignoretool","owner":"sudorook","description":"Tool for creating and updating .gitignore files.","archived":false,"fork":false,"pushed_at":"2024-12-16T02:21:25.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T02:09:49.951Z","etag":null,"topics":["gitignore","gitignore-generator"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sudorook.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSES/GPL-3.0-or-later.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-07T06:33:04.000Z","updated_at":"2024-12-16T02:21:29.000Z","dependencies_parsed_at":"2024-02-25T07:27:37.331Z","dependency_job_id":"0be89461-5888-4fa2-8158-ca25997fec35","html_url":"https://github.com/sudorook/ignoretool","commit_stats":null,"previous_names":["sudorook/ignoretool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sudorook/ignoretool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudorook%2Fignoretool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudorook%2Fignoretool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudorook%2Fignoretool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudorook%2Fignoretool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudorook","download_url":"https://codeload.github.com/sudorook/ignoretool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudorook%2Fignoretool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265949737,"owners_count":23853624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitignore","gitignore-generator"],"created_at":"2024-11-25T04:13:35.363Z","updated_at":"2026-04-19T03:05:54.445Z","avatar_url":"https://github.com/sudorook.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .gitignore Tool\n\nBash script for maintaining and standardizing .gitignore files using the\nprogram-specific files available at\n[github/gitignore](https://github.com/github/gitignore).\n\n## Usage:\n\n```sh\nignoretool \u003cmode\u003e \u003clist\u003e -w -k -f \u003cfile\u003e\n```\n\n### Arguments:\n\n#### `\u003cmode\u003e` (required):\n\n1. `add` - add a new section to an existing .gitignore file.\n2. `create` - initialize a new .gitignore file from a list of preset or selected\n   sections.\n3. `list` - list the sections found in a `.gitignore` file.\n4. `remove` - remove a particular section (or list of sections).\n5. `update` - parse existing file and updating the sections present in the file.\n\n#### `\u003clist\u003e` (optional):\n\nThe list is a comma- or space-delimited list of gitignore configurations. To see\nwhat the names of each are, look at the `data` file for reference.\n\nIf no list options are given, the script will open a `fzf` prompt for you to\nspecify which ignore files to use.\n\n#### `-w` or `--write` (optional)\n\nThe script will print to `stdout` by default. To write to the gitignore file\nitself, pass the `-w` flag to the script.\n\n#### `-k` or `--keep` (optional)\n\nUse `-k` in conjunction with `-w` to backup the existing .gitignore before\nwriting the new one. Should be unnecessary if the file is already versioned.\n\n#### `-f \u003cfile\u003e` (optional)\n\nUse the `-f` flag to specify the path to the .gitignore file.\n\nIf no file is specified, the script will use Git to find the base of the\nrepository and search f the .gitignore file there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudorook%2Fignoretool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudorook%2Fignoretool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudorook%2Fignoretool/lists"}