From 50ce8cb96b2b218751c2fc2a6b19372f51846acc Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 14 Jul 2025 19:34:59 +0300 Subject: feat: rewrite in rust --- .gitignore | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4d5bcdc..1c01446 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,17 @@ -# The directory Mix will write compiled artifacts to. -/_build/ +### Rust ### +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ -# If you run "mix test --cover", coverage assets end up here. -/cover/ +# These are backup files generated by rustfmt +**/*.rs.bk -# The directory Mix downloads your dependencies sources to. -/deps/ - -# Where 3rd-party dependencies like ExDoc output generated docs. -/doc/ - -# Ignore .fetch files in case you like to edit your project deps locally. -/.fetch - -# If the VM crashes, it generates a dump, let's ignore it too. -erl_crash.dump - -# Also ignore archive artifacts (built via "mix archive.build"). -*.ez - -# Temporary files, for example, from tests. -/tmp/ - -# Ignore package tarball (built via "mix hex.build"). -silmataivas-*.tar +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb .env VERSION .npmrc node_modules/ +.cursor/ -- cgit v1.2.3