From 0a3e694d3a5938f2f6fa3b72ab5d1941ae72483d Mon Sep 17 00:00:00 2001 From: synzr Date: Sat, 4 Jul 2026 21:16:50 +0500 Subject: Initial commit --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..364fdec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/ -- cgit v1.3