-
Notifications
You must be signed in to change notification settings - Fork 2
Project structure
Jeff edited this page Mar 20, 2014
·
6 revisions
project/
├── content/
│ └── themes/
│ └── theme-name/
│ ├── assets/
│ │ └── images/
│ ├── includes/
│ ├── source/
│ │ ├── styles/
│ │ │ └── partials/
│ │ └── vendor/
│ └── templates/
│ └── partials/
├── wp/
├── .editorconfig
├── .gitignore
├── .htaccess
└── wp-config.php
These are the files and folders.