build: setup git repo

main
Fadhli Azhari 2026-03-12 16:47:58 +08:00
commit e9b2135616
2 changed files with 17 additions and 0 deletions

15
.gitattributes vendored 100644
View File

@ -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

2
.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
node_modules/
dist/