mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-02 14:13:07 +00:00
33 lines
245 B
Plaintext
33 lines
245 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
|
|
!*.proto
|
|
nimble.develop
|
|
nimble.paths
|