Skip to content

v0.1.0

Choose a tag to compare

@onelenyk onelenyk released this 19 Jan 22:52
· 39 commits to master since this release

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 .gitignore glob patterns to regex, enabling precise and efficient matching.
  • Nested .gitignore Support: Seamlessly handles multiple .gitignore files 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!

onelenyk