diff options
| author | 2026-07-04 21:16:50 +0500 | |
|---|---|---|
| committer | 2026-07-04 21:16:50 +0500 | |
| commit | 0a3e694d3a5938f2f6fa3b72ab5d1941ae72483d (patch) | |
| tree | 4e153158e44ef5eee48866803c7cd80742341a62 | |
| download | webspace-0a3e694d3a5938f2f6fa3b72ab5d1941ae72483d.tar.gz webspace-0a3e694d3a5938f2f6fa3b72ab5d1941ae72483d.tar.bz2 webspace-0a3e694d3a5938f2f6fa3b72ab5d1941ae72483d.zip | |
Initial commit
| -rw-r--r-- | .gitattributes | 1 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
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/ |
