From 7da86b08363bae629534b9a4df104e0a08aaee29 Mon Sep 17 00:00:00 2001 From: jaguerrau <143662442+jaguerrau@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:54:37 -0600 Subject: [PATCH] Add files via upload Se agregaron los archivos de gitIgnore y gitAttributes --- .gitattributes | 16 ++++++++++++++++ .gitignore | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3b719ad --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# linguist-language +*.b4a linguist-language=B4X +*.b4i linguist-language=B4X +*.b4j linguist-language=B4X +*.b4r linguist-language=B4X +*.bas linguist-language=B4X + +# linguist-detectable +*.b4a linguist-detectable=true +*.b4i linguist-detectable=true +*.b4j linguist-detectable=true +*.b4r linguist-detectable=true +*.bas linguist-detectable=true \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88b6fc6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/Objects +**/AutoBackups \ No newline at end of file