{"id":18633272,"url":"https://github.com/sstallion/vim-wildignore","last_synced_at":"2025-10-11T23:37:05.659Z","repository":{"id":80978383,"uuid":"68136219","full_name":"sstallion/vim-wildignore","owner":"sstallion","description":"Vim plugin that reads suffix and wildignore patterns from a file","archived":false,"fork":false,"pushed_at":"2021-10-19T16:09:14.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T11:36:26.934Z","etag":null,"topics":["vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sstallion.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}},"created_at":"2016-09-13T18:32:35.000Z","updated_at":"2023-02-19T23:23:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"30cd7bb6-faf3-48ec-ae73-76d65c0b2231","html_url":"https://github.com/sstallion/vim-wildignore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sstallion/vim-wildignore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2Fvim-wildignore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2Fvim-wildignore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2Fvim-wildignore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2Fvim-wildignore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sstallion","download_url":"https://codeload.github.com/sstallion/vim-wildignore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2Fvim-wildignore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272077690,"owners_count":24869288,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["vim","vim-plugin"],"created_at":"2024-11-07T05:14:44.373Z","updated_at":"2025-10-11T23:37:00.615Z","avatar_url":"https://github.com/sstallion.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wildignore.vim\n\nwildignore.vim is a Vim plugin that reads suffixes and wildignore patterns from\na file. Inspiration for this plugin was taken from [Adam Bellaire][1]'s\nexcellent [gitignore][2] plugin.\n\n## Installation\n\nThis plugin is compatible with several popular plugin managers:\n\n### Pathogen\n\n    git clone git://github.com/sstallion/vim-wildignore.git ~/.vim/bundle/vim-wildignore\n\n### Vundle\n\nAdd the following to your `.vimrc` and execute the `:PluginInstall` command:\n\n    Plugin 'sstallion/vim-wildignore'\n\n### NeoBundle\n\nAdd the following to your `.vimrc` and execute the `:NeoBundleInstall` command:\n\n    NeoBundle 'sstallion/vim-wildignore'\n\n### vim-plug\n\nAdd the following to your `.vimrc` and execute the `:PlugInstall` command:\n\n    Plug 'sstallion/vim-wildignore'\n\n## Configuration\n\nBy default, patterns are read from `~/.vim/wildignore` and `~/.vim/suffixes`.\n\nThe syntax for pattern files is straightforward:\n\n    pattern1\n    pattern2,pattern3\n\n    \" Empty lines and comments are permitted\n    pattern4\n\n## Contributing\n\nPull requests are welcome! If a problem is encountered using this plugin, please\nfile an issue on [GitHub][3].\n\n## License\n\nSource code in this repository is licensed under a Simplified BSD License. See\n[LICENSE] for more details.\n\n[1]: https://www.vim.org/account/profile.php?user_id=16577\n[2]: https://www.vim.org/scripts/script.php?script_id=2557\n[3]: https://github.com/sstallion/vim-wildignore/issues\n\n[LICENSE]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstallion%2Fvim-wildignore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsstallion%2Fvim-wildignore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstallion%2Fvim-wildignore/lists"}