GitIgnoreParser: A Kotlin-based library for parsing .gitignore files to determine file exclusions in projects, optimizing file management and adhering to gitignore specifications.
Stars
2
Forks
1
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
chore: update gitignore parser, increment version, and comment out test
8fa2362View on GitHubfeat: update version to 0.1.4 and set library version dynamically
07b95e1View on GitHubchore: update dependencies and add dokka tasks for documentation
c79e715View on GitHubfeat: introduce IFileProcessor and IGitIgnoreParser interfaces
09758b6View on GitHubfeat: implement IGitignoreRules interface and override methods
c2b09f4View on GitHub