commit e9b2135616e94ecc9a6730f041ae715e52e6e08b Author: Fadhli Azhari Date: Thu Mar 12 16:47:58 2026 +0800 build: setup git repo 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/