ironlicensing-go/.gitignore
David Friedel 83ba425a9c Implement IronLicensing Go SDK
- Add core licensing client with validation, activation, deactivation
- Add feature checking with hasFeature/requireFeature pattern
- Add trial management and in-app purchase support
- Add thread-safe operations with sync.RWMutex
- Add machine ID persistence for activation tracking
- Support both global client and instance-based usage

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-25 11:21:32 +00:00

16 lines
117 B
Plaintext

*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
vendor/
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
.ironlicensing/