1//! Components used to safely generate gitignore
2//! templates from a template generator API over HTTP.
34pub mod constant;
5mod core;
6pub mod helper;
7pub mod http_client;
8pub mod parser;
9pub mod validator;
1011// exposed entities
12pub use core::*;