Skip to content

Commit 7afa8bd

Browse files
committed
added git--lfs and .gitattributes
1 parent d1baadf commit 7afa8bd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.png
2+
*.gif

.github/workflows/hf_space_push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
rsync -av codetide/agents/tide/ui/.chainlit/ examples/hf_demo_space/.chainlit/
2626
rsync -av codetide/agents/tide/ui/public/ examples/hf_demo_space/public/
2727
cp codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
28+
cp codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
29+
cp .gitattributes examples/hf_demo_space
2830
cd examples/hf_demo_space
2931
git lfs install
3032
git init --initial-branch=main

0 commit comments

Comments
 (0)