aissia/.gitignore
StillHammer f5c03e1343 fix: Windows build compatibility - disable OpenSSL and fix Winsock linking
- Remove hardcoded CPPHTTPLIB_OPENSSL_SUPPORT in HttpClient.hpp
- Make SSL certificate verification conditional on OpenSSL availability
- Add ws2_32 (Winsock) linking for all targets using httplib on Windows
- Disable TestRunnerModule on Windows (requires Unix dlfcn.h)
- Fix .gitignore to exclude GroveEngine symlink (local only)
- Disable httplib OpenSSL auto-detection when OpenSSL not found

This enables AISSIA to build successfully on Windows without OpenSSL,
using HTTP-only mode for LLM API calls.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 16:26:35 +08:00

82 lines
856 B
Plaintext

# Build Outputs
bin/
obj/
*.exe
*.dll
*.pdb
# Visual Studio / Rider
.vs/
.vscode/
.idea/
*.user
*.suo
*.cache
*.docstates
*.tmp
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# NuGet
*.nupkg
*.snupkg
packages/
!packages/build/
# Test Results
TestResults/
[Tt]est[Rr]esult*/
*.trx
*.coverage
*.coveragexml
# Runtime Data & Logs
data/
logs/
*.log
*.csv
# Configuration Secrets
.env
.env.*
appsettings.Development.json
appsettings.Production.json
config/secrets.json
*.key
# Audio Models & Cache
whisper-models/
*.bin
audio-cache/
# OS Generated
.DS_Store
Thumbs.db
*.tmp
*.temp
# Large Media Files
*.mp4
*.avi
*.mov
*.wmv
*.mp3
*.wav
# Symlink to GroveEngine (local only)
external/GroveEngine
build/
*.o
*.a
*.so
*.dll
build/
*.o
*.a
*.so
*.dll