Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
60 lines
1.0 KiB
Plaintext
Executable File
60 lines
1.0 KiB
Plaintext
Executable File
# /node_modules # We commit node_modules to ensure consistent dependencies
|
|
# /vendor # We commit vendor to ensure consistent dependencies
|
|
/public/hot
|
|
/public/storage
|
|
/public/css
|
|
/public/js
|
|
/public/build
|
|
/public/webfonts
|
|
# .env # Keeping in git for now
|
|
.env.backup
|
|
.env.production
|
|
.phpunit.result.cache
|
|
Homestead.json
|
|
Homestead.yaml
|
|
npm-debug.log
|
|
yarn-error.log
|
|
/.idea
|
|
# /.vscode # Keeping in git for shared settings
|
|
/.fleet
|
|
/.vapor
|
|
.DS_Store
|
|
._*
|
|
Thumbs.db
|
|
|
|
# Entire storage directory - will be created on bootstrap
|
|
/storage/
|
|
|
|
# Supervisor files
|
|
supervisord.log*
|
|
supervisord.pid*
|
|
*.log
|
|
*.pid
|
|
|
|
# Local settings
|
|
**/claude/settings.local.json
|
|
**/.claude/settings.local.json
|
|
|
|
# RSX Framework
|
|
.rsx-manifest-cache
|
|
.migrating
|
|
_rsx_helper.php
|
|
rsx/_rsx_helper.php
|
|
_ide_helper.php
|
|
|
|
# Build artifacts
|
|
/build/cache/
|
|
/build/temp/
|
|
/build/
|
|
/ace_reference/
|
|
.php-cs-fixer.cache
|
|
runonsave_debug.log
|
|
test-*
|
|
__pycache__
|
|
|
|
# Environment configuration (use .env.dist as template)
|
|
.env
|
|
docs.dev/*/node_modules/
|
|
docs.dev/ace_reference/vendor/
|
|
.rspade_last_commit_for_publish
|