瀏覽代碼

Add LFS config

Signed-off-by: Mike Chang <[email protected]>
Mike Chang 1 年之前
父節點
當前提交
1a1ac3fad3
共有 2 個文件被更改,包括 16 次插入1 次删除
  1. 15 0
      .lfsconfig
  2. 1 1
      README.md

+ 15 - 0
.lfsconfig

@@ -0,0 +1,15 @@
+[lfs]
+# Default LFS endpoint for this repository
+url=https://d30n73v5eppwrx.cloudfront.net/api/v1
+
+# To use the endpoint with your fork, run the following git command
+# in your local repository (without the '#'), replacing 'owner' with 
+# the username or organization that owns the fork.
+#
+# git config lfs.url "https://d30n73v5eppwrx.cloudfront.net/api/v1/fork/owner"
+#
+# For example, if your fork is https://github.com/octocat/o3de use
+# git config lfs.url "https://d30n73v5eppwrx.cloudfront.net/api/v1/fork/octocat"
+#
+# IMPORTANT: authenticate with your GitHub username and personal access token
+# not your GitHub password

+ 1 - 1
README.md

@@ -1,2 +1,2 @@
-# startergame_assets
+# startergame-assets
 Repository for all open sourced StarterGame assets (LY + O3DE conversions)