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

Merged
belliash merged 3 commits from :tweaks into master 2023-11-23 08:08:07 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ef276dd77d - Show all commits

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
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.
sources/*
xtchain-*.zst