diff --git a/cli/src/templates/gitignore b/cli/src/templates/gitignore index bc9e191a..87a0c80c 100644 --- a/cli/src/templates/gitignore +++ b/cli/src/templates/gitignore @@ -1,13 +1,16 @@ # Rust artifacts target/ +Cargo.lock # Node artifacts build/ prebuilds/ node_modules/ +package-lock.json # Swift artifacts .build/ +Package.resolved # Go artifacts _obj/