diff options
| author | Fuwn <[email protected]> | 2022-03-07 21:39:02 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-07 21:39:02 +0000 |
| commit | 916abba26b4046a993e5b4e97be4da2fdcf7fc93 (patch) | |
| tree | c96a6fe5b7344eea11055c96bc3a0803d4442546 /.gitignore | |
| parent | chore(nix): remove (diff) | |
| download | archived-api-worker-916abba26b4046a993e5b4e97be4da2fdcf7fc93.tar.xz archived-api-worker-916abba26b4046a993e5b4e97be4da2fdcf7fc93.zip | |
chore: licensing
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -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/ |