Files
rspade_system/.gitignore
root 37a6183eb4 Fix code quality violations and add VS Code extension features
Fix VS Code extension storage paths for new directory structure
Fix jqhtml compiled files missing from bundle
Fix bundle babel transformation and add rsxrealpath() function

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 00:43:05 +00:00

59 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
_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