Files
CxIDE/.gitignore
T
cx-git-agent 7e79fe89ca Add WebsiteService for static website generation and local preview
- Implemented WebsiteService to create and manage website projects from templates.
- Added functionality to start and stop a local HTTP server for project previews.
- Defined multiple built-in website templates (blank, landing page, portfolio, blog, documentation, dashboard) with corresponding HTML, CSS, and JS generation methods.
- Introduced WebsiteProject and WebsiteTemplate models to encapsulate project data and template details.
- Included error handling for project creation and template management.
2026-04-21 19:10:12 -05:00

46 lines
546 B
Plaintext

# Build artifacts
.build/
DerivedData/
*.o
*.a
*.dylib
# Xcode
*.xcodeproj/xcuserdata/
*.xcworkspace/xcuserdata/
*.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
xcuserdata/
# macOS
.DS_Store
*.swp
*~
# IDE / Editor
.vscode/settings.json
.idea/
# Agent runtime
cx-agent.conf
.cx-agent.conf
*.log
# Secrets (never commit)
*.pem
*.key
.env
.env.local
.cxide-credentials.enc
# Swift Package Manager
CxSwiftAgent/.build/
CxSwiftAgent/.swiftpm/
Package.resolved
# Docker
CxSwiftAgent/.dockerignore
# Temporary
/tmp/
*.tmp