Files
everything-claude-code/.gitignore
Girish Kanjiyani 766f4ee1d8 feat: add GitHub Copilot prompt support
Adds GitHub Copilot VS Code instruction and prompt files for ECC workflows, with VS Code prompt frontmatter/settings aligned to current docs and tests covering the surface.

Co-authored-by: Girish Kanjiyani <girish.kanjiyani5040@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 23:00:00 -04:00

101 lines
1.2 KiB
Plaintext

# Environment files
.env
.env.local
.env.*.local
.env.development
.env.test
.env.production
# API keys and secrets
*.key
*.pem
secrets.json
config/secrets.yml
.secrets
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
# Editor files
.idea/
.vscode/*
!.vscode/settings.json
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-project
*.sublime-workspace
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.yarn/
lerna-debug.log*
# Build outputs
dist/
build/
*.tsbuildinfo
.cache/
# Test coverage
coverage/
.nyc_output/
# Logs
logs/
*.log
# Python
__pycache__/
*.pyc
# Task files (Claude Code teams)
tasks/
# Personal configs (if any)
personal/
private/
# Session templates (not committed)
examples/sessions/*.tmp
# Local drafts
marketing/
.dmux/
.dmux-hooks/
.claude/worktrees/
.claude/scheduled_tasks.lock
# Temporary files
tmp/
temp/
*.tmp
*.bak
*.backup
# Observer temp files (continuous-learning-v2)
.observer-tmp/
# Rust build artifacts
ecc2/target/
# Bootstrap pipeline outputs
# Generated lock files in tool subdirectories
.opencode/package-lock.json
.opencode/node_modules/
assets/images/security/badrudi-exploit.mp4