{"id":25187695,"url":"https://github.com/ginokent/github-actions-should-gitignore","last_synced_at":"2026-04-28T20:02:55.251Z","repository":{"id":130018436,"uuid":"422739142","full_name":"ginokent/github-actions-should-gitignore","owner":"ginokent","description":"This GitHub Action checks that no files that should gitignore are committed.","archived":false,"fork":false,"pushed_at":"2021-12-05T21:29:05.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T15:47:38.603Z","etag":null,"topics":["actions","gitignore"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/should-gitignore","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/ginokent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-10-29T23:40:04.000Z","updated_at":"2021-12-05T21:29:08.000Z","dependencies_parsed_at":"2023-03-21T21:17:33.309Z","dependency_job_id":null,"html_url":"https://github.com/ginokent/github-actions-should-gitignore","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ginokent%2Fgithub-actions-should-gitignore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ginokent%2Fgithub-actions-should-gitignore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ginokent%2Fgithub-actions-should-gitignore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ginokent%2Fgithub-actions-should-gitignore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ginokent","download_url":"https://codeload.github.com/ginokent/github-actions-should-gitignore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247112714,"owners_count":20885605,"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":["actions","gitignore"],"created_at":"2025-02-09T19:49:31.889Z","updated_at":"2026-04-28T20:02:55.181Z","avatar_url":"https://github.com/ginokent.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-actions-should-gitignore\n\nThis GitHub Action checks that no files that should `gitignore` are committed.\n\nBy default, `.DS_Store` and `Thumbs.db` and the files listed in .gitignore in the repository root are detected.\n\n## Example\n\n`vim .github/workflows/should-gitignore.yml`\n\n```yml\nname: 'should-gitignore'\n\non: [push]\n\njobs:\n  should-gitignore:\n    name: Should gitignore\n    runs-on: ubuntu-latest\n    permissions:\n      contents: read\n    steps:\n      - uses: actions/checkout@v2\n        with:\n          ref: ${{ github.event.pull_request.head.sha }}\n          fetch-depth: 0\n      - uses: newtstat/github-actions-should-gitignore@v1.0.2\n        #with:\n        #  gitignores: 'path/to/.gitignore path/to/2/.gitignore'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fginokent%2Fgithub-actions-should-gitignore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fginokent%2Fgithub-actions-should-gitignore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fginokent%2Fgithub-actions-should-gitignore/lists"}