浏览代码

skip ignoring Cargo.lock of steel workspaces

Ayush 10 月之前
父节点
当前提交
ef8eb26dcf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -8,6 +8,7 @@ node_modules/
 **/*/node_modules
 **/*/package-lock.json
 **/*/Cargo.lock
+!**/*/steel/Cargo.lock
 
 **/*/.anchor
 **/*/.DS_Store