- Magento Version: 2.4.4-p13
- PHP Version: 8.1
- Environment: Development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .claude-ignore - Files and directories to exclude from Claude Code analysis | |
| # Place this in your Magento 2 project root directory | |
| # Vendor Dependencies (too large and not project-specific) | |
| /vendor/ | |
| /node_modules/ | |
| # Generated and Cache Files | |
| /var/ | |
| /generated/ |