diff options
Diffstat (limited to 'templates/rust/.gitignore')
-rw-r--r-- | templates/rust/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/rust/.gitignore b/templates/rust/.gitignore index 8884339..cb87f36 100644 --- a/templates/rust/.gitignore +++ b/templates/rust/.gitignore @@ -1,5 +1,6 @@ -# build dirs +# build /target /result +# dev env .direnv |