Rename files from Template

This commit is contained in:
Jazz Turner-Baggs 2025-07-24 09:16:34 -07:00
parent ba49599036
commit 44e12cd4f1
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
/waku_vibe_template
/waku_vibe_template.dSYM
/nim_chat_poc
*.dSYM

View File

@ -5,7 +5,7 @@ author = "jazzz"
description = "An example of the chat sdk in Nim"
license = "MIT"
srcDir = "src"
bin = @["waku_vibe_template"]
bin = @["nim_chat_poc"]
# Basic build task