Folder Structure
Primary Directories
app/— Magento application code, custom modules and themesbin/— Magento CLI binarydev/— Development tools and test scaffoldinggenerated/— Auto-generated code and metadatalib/— Internal Magento libraries and framework internalspatches/— Patch files applied to vendor modules/packagesphpserver/— PHP built-in server router/config helperspub/— Public web root and browser-accessible assetssetup/— Setup, installer and schema toolingvar/— Runtime cache, logs, sessions and transient data
Important Root Files
.htaccess.user.inideploy.shGruntfile.js.samplegrunt-config.json.sample
Operational Notes
generated/should be treated as build/runtime output.var/should be treated as runtime output (cache/log/session).patches/includes multiple production-relevant fixes, including rewards, braintree/paypal, USPS, and security-related composer patching.