{"id":27357464,"url":"https://github.com/neptship/ignore","last_synced_at":"2025-04-12T23:50:12.837Z","repository":{"id":211313710,"uuid":"728799036","full_name":"neptship/ignore","owner":"neptship","description":"🚀 Fast and simple .ignore file generator, built in Go","archived":false,"fork":false,"pushed_at":"2024-08-17T06:12:21.000Z","size":40159,"stargazers_count":50,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-12T23:50:04.396Z","etag":null,"topics":["cli","generator","gitignore","gitignore-generator","golang","ignore","terminal"],"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/neptship.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-12-07T18:08:41.000Z","updated_at":"2025-03-28T11:31:09.000Z","dependencies_parsed_at":"2024-01-14T04:40:42.472Z","dependency_job_id":"25ebb0f3-a3da-4ee1-8253-6366a59d64ae","html_url":"https://github.com/neptship/ignore","commit_stats":{"total_commits":42,"total_committers":2,"mean_commits":21.0,"dds":"0.023809523809523836","last_synced_commit":"fa2a178a942372461706e26df506b024b5189779"},"previous_names":["neptunsk1y/ignore","neptship/ignore"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neptship%2Fignore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neptship%2Fignore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neptship%2Fignore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neptship%2Fignore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neptship","download_url":"https://codeload.github.com/neptship/ignore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647252,"owners_count":21139081,"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":["cli","generator","gitignore","gitignore-generator","golang","ignore","terminal"],"created_at":"2025-04-12T23:50:12.413Z","updated_at":"2025-04-12T23:50:12.825Z","avatar_url":"https://github.com/neptship.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg alt=\"ignore\" src=\"https://github.com/neptship/ignore/blob/main/assets/ignoregithub.jpg\"\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pkg.go.dev/github.com/neptship/ignore\"\u003e\n    \u003cimg alt=\"Reference\" src=\"https://pkg.go.dev/badge/github.com/neptship/ignore.svg\"\n  /\u003e\u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/neptship/ignore\"\u003e\n    \u003cimg alt=\"goreportcard\" src=\"https://goreportcard.com/badge/github.com/neptship/ignore\"\n  /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/neptship/ignore/actions/workflows/test.yml\"\u003e\n    \u003cimg alt=\"test workflow\" src=\"https://github.com/neptship/ignore/actions/workflows/test.yml/badge.svg\"\n  /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/neptship/ignore/blob/main/LICENSE\"\u003e\n    \u003cimg alt=\"license\" src=\"https://img.shields.io/github/license/neptship/ignore\"\n  /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/neptship/ignore/releases\"\u003e\n    \u003cimg alt=\"latest release\" src=\"https://img.shields.io/github/release/neptship/ignore.svg\"\n  /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\n- Fast\n- Cross-Platform - Linux, macOS, Windows\n- Easy installation\n- More than 600 templates for different technologies\n- Friendly error messages in case something goes wrong\n\n\u003ch2\u003eInstallation\u003c/h2\u003e\n\n\u003ch3\u003eGolang (Windows, Linux, MacOS)\u003c/h3\u003e\n\nInstall using [Golang Packages](https://pkg.go.dev/github.com/neptship/ignore)\n\n```shell\ngo install github.com/neptship/ignore@latest\n```\n\nThis script will automatically detect OS \u0026 Distro and use the best option available.\n\n\u003ch3\u003e From source \u003c/h3\u003e\n\nClone the repo\n```shell\ngit clone https://github.com/neptship/ignore.git\ncd ignore\ngo build\ngo install\n```\n\n\u003ch2\u003eUsage\u003c/h2\u003e\n\nJust run `ignore` and you're ready to go.\n\n![Usage](https://github.com/neptship/ignore/blob/main/assets/ignore.gif?raw=true)\n\n\u003ch2\u003e Built With \u003c/h2\u003e\n\n* [Cobra](https://cobra.dev/) - The modern CLI framework used\n\n\u003ch2\u003e Authors \u003c/h2\u003e\n\n* **Mikhail Chikankov** - *Creator project* - [neptship](https://github.com/neptship)\n\n\n\u003ch2\u003eLicense\u003c/h2\u003e\n\nSample and its code provided under MIT license, please see [LICENSE](/LICENSE). All third-party source code provided\nunder their own respective and MIT-compatible Open Source licenses.\n\nCopyright (C) 2023, neptship\n\n\n\u003ch2\u003e Acknowledgments \u003c/h2\u003e\n\n* Hat tip to anyone whose code was used\n* Inspiration\n* etc\n\n[![Stargazers repo roster for @neptship/ignore](https://reporoster.com/stars/neptship/ignore)](https://github.com/neptship/ignore/stargazers)\n\n[![Forkers repo roster for @neptship/ignore](https://reporoster.com/forks/neptship/ignore)](https://github.com/neptship/ignore/network/members)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneptship%2Fignore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneptship%2Fignore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneptship%2Fignore/lists"}