Skip to content

Commit c16221b

Browse files
committed
docs: add gitattributes and gitignore
1 parent ce3cce5 commit c16221b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

user_guide_src/source/extending/composer_packages.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Folder Structure
1616
Here's a typical directory structure for a Composer package::
1717

1818
your-package-name/
19+
├── .gitattributes
20+
├── .gitignore
1921
├── README.md
2022
├── composer.json
2123
├── src/

0 commit comments

Comments
 (0)