From 434b9c306410b832b4b8ed8b002c222d452dad85 Mon Sep 17 00:00:00 2001 From: Vajda Ervin-Oliver <133162784+Dr20Ervin@users.noreply.github.com> Date: Wed, 20 May 2026 13:02:14 +0300 Subject: [PATCH 1/4] Fix typo in project description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cab2d52..2c204e9 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ A classic arcade game rebuilt from the ground up using modern C++ and the Raylib * Game state management (Main Menu, Gameplay, Game Over). * A CPU AI opponent with adjustable difficulty levels (Easy, Normal, Hard). -*This is a project developed for UTCN - ETTI Helios Additional_activity.* \ No newline at end of file +*This is a project developed for UTCN - ETTI Helios Additional Activity.* From 1664939b699ceb86d8747d1370d747fbcde2d3f8 Mon Sep 17 00:00:00 2001 From: Vajda Ervin-Oliver <133162784+Dr20Ervin@users.noreply.github.com> Date: Wed, 20 May 2026 13:47:00 +0300 Subject: [PATCH 2/4] Create . gitattributes --- . gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 . gitattributes diff --git a/. gitattributes b/. gitattributes new file mode 100644 index 0000000..5c5a4a5 --- /dev/null +++ b/. gitattributes @@ -0,0 +1,4 @@ +# Mark specific Raylib files as vendored to exclude from language stats +include/raylib.h linguist-vendored +include/raymath.h linguist-vendored +include/rlgl.h linguist-vendored \ No newline at end of file From a651fa6870c027e661fbf2d0b9347c8736cb8ace Mon Sep 17 00:00:00 2001 From: Vajda Ervin-Oliver <133162784+Dr20Ervin@users.noreply.github.com> Date: Wed, 20 May 2026 13:47:29 +0300 Subject: [PATCH 3/4] Delete . gitattributes --- . gitattributes | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 . gitattributes diff --git a/. gitattributes b/. gitattributes deleted file mode 100644 index 5c5a4a5..0000000 --- a/. gitattributes +++ /dev/null @@ -1,4 +0,0 @@ -# Mark specific Raylib files as vendored to exclude from language stats -include/raylib.h linguist-vendored -include/raymath.h linguist-vendored -include/rlgl.h linguist-vendored \ No newline at end of file From 1c7762ea3bcb0ceb688daa1e3c66c987dafdb2eb Mon Sep 17 00:00:00 2001 From: Vajda Ervin-Oliver <133162784+Dr20Ervin@users.noreply.github.com> Date: Wed, 20 May 2026 13:48:51 +0300 Subject: [PATCH 4/4] Update .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1ff0c42..681a9d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,10 @@ # Set default behavior to automatically normalize line endings. ############################################################################### * text=auto +# Mark specific Raylib files as vendored to exclude from language stats +include/raylib.h linguist-vendored +include/raymath.h linguist-vendored +include/rlgl.h linguist-vendored ############################################################################### # Set default behavior for command prompt diff.