28 lines
337 B
Text
28 lines
337 B
Text
# MacOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Documentation files (internal use only)
|
|
CLAUDE.md
|
|
SHOPIFY_CONVERSION_PLAN.md
|
|
CONVERSION_PROGRESS.md
|
|
IMPLEMENTATION_SUMMARY.md
|
|
|
|
# Vendor directory (should be installed via composer)
|
|
vendor/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.cache
|