mirror of
https://github.com/reisub0/sway-alttab
synced 2025-01-31 11:31:36 +01:00
230039ca55
Signed-off-by: reisub0 <reisub0@gmail.com>
16 lines
468 B
Plaintext
16 lines
468 B
Plaintext
/target
|
|
**/*.rs.bk
|
|
|
|
# create by https://github.com/iamcco/coc-gitignore (Sat Dec 07 2019 04:18:05 GMT+0530 (India Standard Time))
|
|
# Rust.gitignore:
|
|
# 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
|
|
Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|