# CodeCanyon Submission Ignore File
# Files and folders to exclude from the submission package

# Development Documentation (Internal - Not for end users)
/doc/
/ACTUAL_MISSING_ITEMS.md
/CRITICAL_MISSING_ITEMS.md
/UNDERSTANDING_THE_REJECTION.md

# CodeCanyon Listing Generation Tools
/codecynon_listing/

# Postman API Collections (Development Tools)
*.postman_collection.json
*.postman_environment.json
*.postman_globals.json

# Documentation Website (If separate)
/documentation/

# Internal AI Assistant Files
/CLAUDE.md
/GEMINI.md

# Database Files (User should create their own)
/database/database.sqlite
/database/*.sqlite
/database/*.sql

# Log Files
/storage/logs/*.log
/storage/logs/*.txt

# Cache Files
/bootstrap/cache/*
!/bootstrap/cache/.gitignore

# Node Modules (Already in .gitignore, but listed here for clarity)
/node_modules/

# Vendor (Already in .gitignore, but listed here for clarity)
/vendor/

# Build artifacts (Should be built before submission)
/public/build/*
!/public/build/.gitignore

# Environment files
.env
.env.backup
.env.production
.env.local
.env.*.local

# IDE and Editor Files
/.idea/
/.vscode/
/.fleet/
/.nova/
/.zed/
*.sublime-project
*.sublime-workspace
.project
.classpath
.settings/
*.iml
*.ipr
*.iws

# OS Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

# Temporary Files
*.tmp
*.temp
*.swp
*.swo
*~
*.bak
*.backup

# Git Files
/.git/
/.gitignore
/.gitattributes

# Test Files (Optional - usually included but can exclude)
# /tests/
# /phpunit.xml

# Development Scripts and Configs
/boost.json
/.phpactor.json
/Homestead.json
/Homestead.yaml
/auth.json

