diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 22:30:04 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 22:30:04 +0200 |
| commit | 78f399521661c82e45e627bbbdc8ce4daa9e5207 (patch) | |
| tree | 2671aa93feb01956aded5cef1e725f9aff4aa3a9 /lib/typst/.gitignore | |
| parent | 77ccdd8559383c25fc59fbcba38117102e5657b5 (diff) | |
style(typst): move in lib folder
Diffstat (limited to 'lib/typst/.gitignore')
| -rw-r--r-- | lib/typst/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
