From 78f399521661c82e45e627bbbdc8ce4daa9e5207 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 22:30:04 +0200 Subject: style(typst): move in lib folder --- lib/typst/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/typst/.gitignore (limited to 'lib/typst/.gitignore') diff --git a/lib/typst/.gitignore b/lib/typst/.gitignore new file mode 100644 index 0000000..695217d --- /dev/null +++ b/lib/typst/.gitignore @@ -0,0 +1,13 @@ +### 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 + +example -- cgit v1.2.3