diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 15:10:29 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 15:10:29 +0200 |
| commit | 4551f9c554c1fef32ef2b7e55b01b1fb90186cbf (patch) | |
| tree | 0a1fc54632067dfff4c9beca8a3ce00056c45da9 /typst/.gitignore | |
| parent | 2f2014fb9cf9b22593088f0fcc16b8b9d8a436ae (diff) | |
feat(typst): minimal rust lib building svg
Diffstat (limited to 'typst/.gitignore')
| -rw-r--r-- | typst/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
