nim-chat-sdk/.gitignore
kaichao 027c8dc157
Merge pull request #10 from waku-org/nwaku-integrate
feat: publish and subscribe via waku
2025-09-15 20:33:10 +08:00

34 lines
251 B
Plaintext

# IDE
.vscode/
# Nim
nimcache/
*.exe
*.dll
*.so
*.dylib
# Build artifacts
*.o
*.a
build/
# OS
.DS_Store
# Temporary files
*.db
# Compiled files
chat_sdk/*
apps/*
!*.nim
tests/*
!*.nim
ratelimit/*
!*.nim
!*.md
!*.proto
nimble.develop
nimble.paths