{"id":15931784,"url":"https://github.com/victornpb/ultimate-gitignore","last_synced_at":"2025-03-24T18:32:22.963Z","repository":{"id":57689851,"uuid":"484171994","full_name":"victornpb/ultimate-gitignore","owner":"victornpb","description":"The ultimate Javascript development .gitignore","archived":false,"fork":false,"pushed_at":"2022-05-14T20:36:21.000Z","size":76,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-07T01:40:33.458Z","etag":null,"topics":["babel","boilerplate","defaults","git","gitignore","javascript","nodejs","npm","pnpm","react","rollup","scaffolding","template","vue","web","webpack","yarn"],"latest_commit_sha":null,"homepage":"https://victornpb.github.io/ultimate-gitignore","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/victornpb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://www.buymeacoffee.com/vitim"],"github":null,"patreon":null,"open_collective":null,"ko_fi":"victornpb","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null}},"created_at":"2022-04-21T19:00:55.000Z","updated_at":"2023-10-17T15:14:44.000Z","dependencies_parsed_at":"2022-09-26T20:53:49.669Z","dependency_job_id":null,"html_url":"https://github.com/victornpb/ultimate-gitignore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victornpb%2Fultimate-gitignore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victornpb%2Fultimate-gitignore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victornpb%2Fultimate-gitignore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victornpb%2Fultimate-gitignore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victornpb","download_url":"https://codeload.github.com/victornpb/ultimate-gitignore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221997290,"owners_count":16913723,"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":["babel","boilerplate","defaults","git","gitignore","javascript","nodejs","npm","pnpm","react","rollup","scaffolding","template","vue","web","webpack","yarn"],"created_at":"2024-10-07T01:40:20.494Z","updated_at":"2024-10-29T06:04:40.113Z","avatar_url":"https://github.com/victornpb.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/vitim","https://ko-fi.com/victornpb"],"categories":[],"sub_categories":[],"readme":" ultimate-gitignore\r\n===============================================================================\r\nThe ultimate Javascript development `.gitignore`\r\n\r\n\r\nThis project [compiles multiple][template] .gitignore from the [GitHub's gitignore Collection][github-gitignore].  \r\nIt attempts to be a sensible default .gitignore file for Javascript Projects and libraries (Node.JS / Browser)\r\n\r\n\r\nFor more information about how `.gitignore` files work, and how to use them,\r\nthe following resources are a great place to start:\r\n\r\n- The [Ignoring Files chapter][chapter] of the [Pro Git][progit] book.\r\n- The [Ignoring Files article][help] on the GitHub Help site.\r\n- The [gitignore(5)][man] manual page.\r\n\r\n[man]: http://git-scm.com/docs/gitignore\r\n[help]: https://help.github.com/articles/ignoring-files\r\n[chapter]: https://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#_ignoring\r\n[progit]: http://git-scm.com/book\r\n\r\n\r\nAdd to your project folder\r\n===============================================================================\r\n\r\n### Run this command\r\n```sh\r\nnpx ultimate-gitignore\r\n```\r\n\r\n#### Precompiled file\r\n You can also download a precompiled file, if you don't want to run the build script:\r\n\r\n```sh\r\ncurl https://victornpb.github.io/ultimate-gitignore/ultimate.gitignore \u003e .gitignore\r\n```\r\n \r\n#### Manually download the:\r\n### **[ultimate.gitignore][download]**\r\n\r\n\r\nSummary\r\n-------------------------------------------------------------------------------\r\n\r\n\u003c!--SUMMARY--\u003e\r\n\u003c!-- auto generated do not modify --\u003e\r\n|          |                     |\r\n|----------|---------------------|\r\n| Rules    | 155                 |\r\n| Comments | 134                 |\r\n| Total    | 388 lines (7.81 KB) |\r\n\u003c!--END--\u003e\r\n\r\nFor more details check out [template.txt][template] and [exclude.txt][exclude]\r\n\r\n\r\nContributing workflow\r\n-------------------------------------------------------------------------------\r\n\r\nHere’s how we suggest you go about proposing a change to this project:\r\n\r\n1. [Fork this project][fork] to your account.\r\n2. [Create a branch][branch] for the change you intend to make.\r\n3. Make your changes to your fork.\r\n4. [Send a pull request][pr] from your fork’s branch to our `main` branch.\r\n\r\nUsing the web-based interface to make changes is fine too, and will help you\r\nby automatically forking the project and prompting to send a pull request too.\r\n\r\n[fork]: https://help.github.com/articles/fork-a-repo/\r\n[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository\r\n\r\n\r\nLicense\r\n-------------------------------------------------------------------------------\r\n\r\n[CC0-1.0](./LICENSE).\r\n\r\n\r\n\u003c!-- Links --\u003e\r\n  [github-gitignore]: \u003chttps://github.com/github/gitignore\u003e\r\n  [pr]: \u003chttps://github.com/victornpb/ultimate-gitignore/pulls\u003e\r\n  [template]: \u003chttps://github.com/victornpb/ultimate-gitignore/blob/main/_template.txt\u003e \r\n  [exclude]: \u003chttps://github.com/victornpb/ultimate-gitignore/blob/main/_exclude.txt\u003e \r\n  [download]: \u003chttps://victornpb.github.io/ultimate-gitignore/ultimate.gitignore\u003e \"Download the ultimate .gitignore file\"\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictornpb%2Fultimate-gitignore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictornpb%2Fultimate-gitignore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictornpb%2Fultimate-gitignore/lists"}