nim-chat-sdk/.gitignore
2025-09-10 12:04:10 +08:00

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