mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
add gitignore for rust project
This commit is contained in:
parent
928709a0f2
commit
e0a9f63015
1 changed files with 11 additions and 0 deletions
11
frontend/render_v2/rs/.gitignore
vendored
Normal file
11
frontend/render_v2/rs/.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
debug/
|
||||
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
|
Loading…
Reference in a new issue