From e9b2135616e94ecc9a6730f041ae715e52e6e08b Mon Sep 17 00:00:00 2001 From: Fadhli Azhari Date: Thu, 12 Mar 2026 16:47:58 +0800 Subject: [PATCH] build: setup git repo --- .gitattributes | 15 +++++++++++++++ .gitignore | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f8c16f9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +# Auto detect text files and normalise to LF on commit +* text=auto eol=lf + +# Force shell scripts to always use LF (critical for Docker containers) +*.sh text eol=lf + +# Force Docker-related files to LF +Dockerfile* text eol=lf +docker-compose*.yml text eol=lf +*.conf text eol=lf + +# Keep Windows batch files with CRLF +*.bat text eol=crlf +*.cmd text eol=crlf +*.ps1 text eol=crlf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b947077 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +dist/