From 51ac321fe2cde6db33c9b573e9c9fc92bfc93d3f Mon Sep 17 00:00:00 2001 From: jaguerrau <143662442+jaguerrau@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:19:15 -0600 Subject: [PATCH] Add files via upload --- .gitattributes | 16 ++++++++++++++++ .gitignore | 5 ++--- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .gitattributes 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 index 44a1d70..88b6fc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -**/Objects -**/AutoBackups -*/AutoBackups \ No newline at end of file +**/Objects +**/AutoBackups \ No newline at end of file