Files
claude-hub/.gitignore
Cheffromspace faa60f4f55 feat: Add simplified quickstart guide for easier onboarding (#157)
* feat: Add simplified quickstart guide and minimal env configuration

- Add QUICKSTART.md with streamlined setup instructions
- Create .env.quickstart with only essential configuration variables
- Focus on getting users running quickly with Cloudflare Tunnel
- Add Discord and documentation badges for community support
- Update .gitignore to include .env.quickstart

The quickstart guide provides a clear path from zero to running webhook
in approximately 15 minutes, using Claude Max subscription authentication
via the interactive setup script.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: Exclude .env.quickstart from credential audit false positives

The .env.quickstart file is a template with placeholder values and should not be flagged as a security issue during credential audits.

* fix: Update Discord server ID from placeholder to actual ID

Replace the placeholder Discord server ID (1234567890) with the actual
server ID (1313320949214814228) in the Discord badge. This fixes the
issue identified in PR #157 review where the badge was showing a
placeholder value.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: Update Discord server ID and add missing EOF newline

- Update Discord server ID to correct value (1377708770209304676)
- Add missing newline at end of .env.quickstart for POSIX compliance
- Addresses PR #157 review comments

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-06-01 14:55:30 -05:00

100 lines
1.1 KiB
Plaintext

# Dependencies
node_modules/
# Environment variables
.env
.env.*
!.env.example
!.env.template
!.env.quickstart
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Testing
coverage/
test-results/
# TypeScript build artifacts
dist/
*.tsbuildinfo
# TypeScript compiled test files
test/**/*.d.ts
test/**/*.d.ts.map
test/**/*.js.map
# Don't ignore the actual test files
!test/**/*.test.js
!test/**/*.spec.js
# Temporary files
tmp/
temp/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# SSH Keys for testing
ssh_keys_tmp/
# AWS CLI installation files
awscliv2.zip
# IDE files
.idea/
.vscode/
*.swp
*.swo
# Pre-commit
.pre-commit-cache/
# Security files
*.pem
*.key
*.crt
*.p12
*.pfx
# Credential files
credentials
config
auth.json
service-account.json
# Claude authentication output
.claude-hub/
claude-config/
claude-config*
# Docker secrets
secrets/
# Temporary and backup files
*.backup
*.tmp
*~
.#*
# Root level clutter prevention
/test-*.js
/PR_SUMMARY.md
/*-proposal.md