diff options
| -rw-r--r-- | .run/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.run/.gitignore b/.run/.gitignore index 78d04c9..017bfab 100644 --- a/.run/.gitignore +++ b/.run/.gitignore @@ -1,3 +1,5 @@ -/.temp +# All temp build artifacts will be stored in this dir /target + +# If you want to add some Rust crates? Remove this line /Cargo.* |
