From 989eeb723c0a349df1be01663ff7bc43d2bbb490 Mon Sep 17 00:00:00 2001 From: goyimnose Date: Thu, 1 Jan 2026 02:03:18 -0500 Subject: [PATCH] Delete .gitattributes --- .gitattributes | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index c6e7763..0000000 --- a/.gitattributes +++ /dev/null @@ -1,42 +0,0 @@ -# Auto detect text files and normalize line endings to LF -* text=auto - -# Python files -*.py text eol=lf -*.pyx text eol=lf -*.pyi text eol=lf - -# Shell scripts -*.sh text eol=lf -*.bash text eol=lf - -# Windows batch files -*.bat text eol=crlf -*.cmd text eol=crlf -*.ps1 text eol=crlf - -# Config files -*.json text eol=lf -*.toml text eol=lf -*.yaml text eol=lf -*.yml text eol=lf -*.ini text eol=lf -*.cfg text eol=lf - -# Documentation -*.md text eol=lf -README text eol=lf -LICENSE text eol=lf - -# Binary files -*.db binary -*.sqlite binary -*.png binary -*.jpg binary -*.jpeg binary -*.gif binary -*.webp binary -*.mov binary -*.mp4 binary -*.webm binary -*.pdf binary