From 0bfc8653850141eda5e10b02d8bb0c81a6f82e10 Mon Sep 17 00:00:00 2001 From: roman Date: Mon, 24 Feb 2025 15:06:14 +0600 Subject: [PATCH 1/2] feat: Create .gitattributes file refs: https://github.com/RonasIT/laravel-entity-generator/issues/135 --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a7995b94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.github export-ignore +/bootstrap export-ignore +/tests export-ignore +composer.lock export-ignore +docker-compose.yml export-ignore +phpunit.xml export-ignore \ No newline at end of file From c83c3cc532dbeb0b812e2101e68f26263db0694b Mon Sep 17 00:00:00 2001 From: DenTray Date: Mon, 24 Feb 2025 21:34:16 +0600 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a7995b94..412acfa8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,5 @@ /tests export-ignore composer.lock export-ignore docker-compose.yml export-ignore -phpunit.xml export-ignore \ No newline at end of file +phpunit.xml export-ignore +ReadMe.md export-ignore \ No newline at end of file