synos-public-docs/.gitignore
Test Developer 407dc6a245
Initial commit: SynOS public documentation
- Add comprehensive README.md
- Add FEATURES.md showcase
- Add Substack article (Introducing SynOS)
- Add ROADMAP.md
- Add LICENSE (CC BY-SA 4.0)
- Set up directory structure

🤖 Generated with Claude Code
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-16 21:34:14 -05:00

29 lines
190 B
Plaintext

# Secrets
.env
.env.*
*.key
*.pem
*_secret*
*_private*
credentials*
# Build artifacts
*.iso
*.img
build/
dist/
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db
# Temp
*.tmp
*.bak
*~