Sfoglia il codice sorgente

Add dist/ to .gitignore for build output packages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fszontagh 2 mesi fa
parent
commit
9bc03da75f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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