You've already forked wp-bootstrap
Replace all yarn references with npm across README, CLAUDE.md, CHANGELOG, .gitignore, and CI workflow. Remove yarn.lock. Co-Authored-By: Claude <noreply@anthropic.com>
30 lines
270 B
Plaintext
30 lines
270 B
Plaintext
# Symlinks
|
|
wp-core
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# npm
|
|
npm-debug.log
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.po~
|
|
|
|
# Claude local settings
|
|
.claude/settings.local.json
|
|
|
|
# Build artifacts (releases directory)
|
|
releases/
|