{"id":27042635,"url":"https://github.com/ddddami/gitignore","last_synced_at":"2026-05-18T09:05:47.256Z","repository":{"id":286137087,"uuid":"945841761","full_name":"ddddami/gitignore","owner":"ddddami","description":"Generate gitignore templates in your teminal","archived":false,"fork":false,"pushed_at":"2025-04-22T16:49:55.000Z","size":26,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-12T13:57:39.012Z","etag":null,"topics":["cli","git","gitignore","go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddddami.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-03-10T08:03:38.000Z","updated_at":"2025-05-13T15:22:43.000Z","dependencies_parsed_at":"2025-05-28T14:44:12.691Z","dependency_job_id":"c7f0948e-fdc4-4aec-8b16-ae9775dcc52f","html_url":"https://github.com/ddddami/gitignore","commit_stats":null,"previous_names":["ddddami/gitignore","dddaami/gitignore"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ddddami/gitignore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddddami%2Fgitignore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddddami%2Fgitignore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddddami%2Fgitignore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddddami%2Fgitignore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddddami","download_url":"https://codeload.github.com/ddddami/gitignore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddddami%2Fgitignore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33172173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","git","gitignore","go"],"created_at":"2025-04-05T04:29:38.954Z","updated_at":"2026-05-18T09:05:47.227Z","avatar_url":"https://github.com/ddddami.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# gitignore - A simple .gitignore generator\n\nA simple cli tool written in go to generates gitignore files for different projects.\n\n## Installation\n\n### Download\n\nYou can download the latest release [here](https://github.com/ddddami/gitignore/releases). Extract the zip file, and run the executable, like;\n\n```sh\ncd gitignore \u0026\u0026 ./gitignore --help\n```\n\nYou can add this to your PATH too.\n\n```sh\n# Linux/macOS\nsudo mv gitignore /usr/local/bin/\n```\n\n### or From Source\n\n1. Clone the repository:\n\n```sh\ngit clone https://github.com/ddddami/gitignore\ncd gitignore\n```\n\n2. Build the binary.\n\n```sh\ngo build -o gitignore ./cmd/gitignore\n```\n\n3. Move the binary to your PATH\n\n```sh\n# Linux/macOS\nsudo mv gitignore /usr/local/bin/\n```\n\n## Usage\n\n```sh\ngitignore [template-name]\n```\n\nFor example:\n\n```\ngitignore node   # Generates a Node.js .gitignore\ngitignore python # Generates a Python .gitignore\ngitignore python --dir=\"custom/dir\"\n```\n\nRunning `gitignore` without arguments will display available templates.\n\n## Adding New Templates\n\nThis is a very simple tool, I added some templates from [github/gitignore](https://github.com/gitignore)\n\n### To add new templates\n\nCreate a new file in the templates directory with the naming convention [template-name].gitignore and add the content\n\nRebuild the application\n\n## Extending the Tool\n\nSome ideas for extending this tool:\n\n- [ ] Add support for combining multiple templates [gitignore node,python gitignore node python]\n- [x] Add support for adding templates to custom dirs\n- [x] Add a flag to append to an existing .gitignore instead of creating/trying to create a new one\n- [ ] Fetch templates remotely (from GitHub)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddddami%2Fgitignore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddddami%2Fgitignore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddddami%2Fgitignore/lists"}