We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3cce5 commit c16221bCopy full SHA for c16221b
1 file changed
user_guide_src/source/extending/composer_packages.rst
@@ -16,6 +16,8 @@ Folder Structure
16
Here's a typical directory structure for a Composer package::
17
18
your-package-name/
19
+ ├── .gitattributes
20
+ ├── .gitignore
21
├── README.md
22
├── composer.json
23
├── src/
0 commit comments