annotate .hgignore @ 60:05cc2c27334f

The Big Refactor: clean up docs and exports. - Brings the most important symbols in the library to the root with `pub use` statements. - Expands and updates documentation. - Rearranges things extensively to make the external interface nicer and make the structure easier to understand. - Renames a few things (e.g. `Result`).
author Paul Fisher <paul@pfish.zone>
date Wed, 21 May 2025 19:00:51 -0400
parents 21a8172eedde
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
52
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
1 syntax: rootglob
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
2 .idea
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
3 Cargo.lock
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
4 target