Browse Source

Add dist/ to .gitignore for build output packages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fszontagh 2 tháng trước cách đây
mục cha
commit
9bc03da75f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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