v0.1.0
GitIgnoreParser v0.1.0
We are excited to announce the first official release of GitIgnoreParser, a Kotlin-based library designed to parse .gitignore files and apply gitignore rules in your projects effectively.
Features in this Release:
- Efficient Parsing: Converts
.gitignoreglob patterns to regex, enabling precise and efficient matching. - Nested
.gitignoreSupport: Seamlessly handles multiple.gitignorefiles in different subdirectories. - Optimized for Kotlin: Fully compatible with Kotlin projects, leveraging Kotlin's modern language features.
- Advanced Logging: Integrated logging system for in-depth debugging and process tracking.
- User-Friendly API: Simple and intuitive API, making it easy to integrate and use in your projects.
Getting Started:
To get started with GitIgnoreParser, please refer to the README.md in our repository, which includes installation instructions and usage examples.
Acknowledgements:
A special thanks to all contributors and to ChatGPT by OpenAI for assisting in development, providing code insights and optimization strategies.
We hope GitIgnoreParser will be a valuable tool in your development toolkit. For any issues, suggestions, or contributions, please feel free to open an issue or submit a pull request.
Thank you for trying GitIgnoreParser!