From 4551f9c554c1fef32ef2b7e55b01b1fb90186cbf Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 15:10:29 +0200 Subject: feat(typst): minimal rust lib building svg --- typst/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 typst/.gitignore (limited to 'typst/.gitignore') diff --git a/typst/.gitignore b/typst/.gitignore new file mode 100644 index 0000000..8afaf0c --- /dev/null +++ b/typst/.gitignore @@ -0,0 +1,11 @@ +### Rust ### +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb -- cgit v1.2.3