aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-07 21:39:02 +0000
committerFuwn <[email protected]>2022-03-07 21:39:02 +0000
commit916abba26b4046a993e5b4e97be4da2fdcf7fc93 (patch)
treec96a6fe5b7344eea11055c96bc3a0803d4442546 /.gitignore
parentchore(nix): remove (diff)
downloadarchived-api-worker-916abba26b4046a993e5b4e97be4da2fdcf7fc93.tar.xz
archived-api-worker-916abba26b4046a993e5b4e97be4da2fdcf7fc93.zip
chore: licensing
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 3 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 9d30354..59a8c42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,7 @@
-# Generated by Cargo
-# will have compiled files and executables
-/target/
-
-# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
-# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
+# Rust
+target/
Cargo.lock
-
-# These are backup files generated by rustfmt
**/*.rs.bk
-# ide
+# IDE
/.idea/