Files
ECC/.gitignore
Farda Karimov 4da4c7802f fix(scripts): detect modern bun.lock, ignore stray root lockfiles
Bun switched its default lockfile from the binary bun.lockb to the
text-based bun.lock, but detectFromLockFile() only ever checked for
bun.lockb — a project using modern Bun would never be detected as
using Bun at all.

Added bun.lock as the primary lockfile with bun.lockb kept as a
recognized legacy alias, so either format is detected correctly.

Also ignore stray bun.lock/bun.lockb at the repo root: yarn is this
repo's canonical package manager (package.json "packageManager"), so
a lockfile from someone running `bun install` locally shouldn't get
picked up by git status.
2026-07-19 19:39:23 +02:00

110 lines
1.4 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*
*.tgz
# 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/settings.local.json
.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/
# yarn is the canonical package manager for this repo (see package.json
# "packageManager"); ignore stray lockfiles from running another manager locally
/bun.lock
/bun.lockb
assets/images/security/badrudi-exploit.mp4
.aider*