summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 10 insertions, 24 deletions
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/