瀏覽代碼

Add dist/ to .gitignore for build output packages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fszontagh 2 月之前
父節點
當前提交
9bc03da75f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 # Build
 build/
 cmake-build-*/
+dist/
 
 # IDE
 .idea/