소스 검색

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/