Improve performance with Git shallow clone and add .gitignore #5

已合併
belliash 2023-11-23 08:08:07 +01:00 將 3 次代碼提交從 :tweaks 合併至 master
Showing only changes of commit 47f8cf2538 - Show all commits

2
.gitignore vendored Normal file
查看文件

@ -0,0 +1,2 @@
binaries/*
belliash marked this conversation as resolved
Review

If adding .gitignore file, then I think it would be good idea to ignore sources directory as well, to prevent committing 3rd party repositories cloned with build-linux.sh script.

If adding .gitignore file, then I think it would be good idea to ignore `sources` directory as well, to prevent committing 3rd party repositories cloned with build-linux.sh script.
xtchain-*.zst