| nathankleyn/gitignore.rs |
54 |
|
10 |
20 |
almost 3 years ago |
9 |
April 19, 2023 |
0 |
apache-2.0 |
Rust |
| Implementation of .gitignore file parsing and glob testing in Rust. |
| jonschlinkert/parse-gitignore |
50 |
|
1,314 |
311 |
almost 4 years ago |
11 |
May 14, 2022 |
2 |
mit |
JavaScript |
| Parse a gitignore file into an array of patterns. Comments and empty lines are stripped. |
| goelhardik/ignore |
32 |
|
0 |
2 |
over 2 years ago |
26 |
October 12, 2023 |
1 |
mit |
C# |
| .gitignore based parser implemented in C# according to the .gitignore spec 2.29.2. |
| EE/gitignore-to-glob |
14 |
|
390 |
170 |
about 6 years ago |
6 |
October 26, 2016 |
4 |
mit |
JavaScript |
| Transforms .gitignore patterns to ones compatible with the glob package (used by Grunt & others) |
| kaelzhang/node-glob-gitignore |
13 |
|
95 |
73 |
about 4 years ago |
16 |
February 26, 2019 |
3 |
mit |
JavaScript |
| Extends `glob` with support for filtering files according to gitignore rules and exposes an optional Promise API |
| A45-Digital/gitignore-globs |
9 |
|
0 |
0 |
almost 11 years ago |
0 |
|
2 |
|
JavaScript |
| Parse a `.gitignore` file into an array of glob patterns. |
| DariuszPorowski/mkdocs-file-filter-plugin |
7 |
|
0 |
0 |
over 2 years ago |
10 |
July 22, 2023 |
4 |
mit |
Python |
| A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and Markdown/FrontMatter tags metadata. |