mirror of
https://github.com/7836246/cursor2api.git
synced 2026-09-02 22:43:48 +08:00
57 lines
632 B
Plaintext
57 lines
632 B
Plaintext
# Binaries
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
.cursor/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
*.env.local
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
*.traineddata
|
|
|
|
# Config (contains sensitive tokens, use config.yaml.example as template)
|
|
config.yaml
|
|
|
|
# Database
|
|
*.db
|
|
|
|
# Screenshots (dev artifacts)
|
|
*.png
|
|
!assets/
|
|
!assets/doloffer-logo.png
|
|
# Test result artifacts
|
|
test/*-results*.json
|
|
test/ctf-*-results.json
|
|
|
|
# Claude local settings
|
|
.claude/
|
|
|
|
# Vue UI build output and dependencies
|
|
public/vue/
|
|
vue-ui/node_modules/
|
|
|
|
# Deploy scripts (contain sensitive server info)
|
|
deploy-all.sh
|