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
First-time contributor
No description provided.
Ghost added 2 commits 2023-11-20 00:24:34 +01:00
47f8cf2538
feat(gitignore): created .gitignore file
Signed-off-by: PerikiyoXD <perikiyoxd@gmail.com>
361c2d37d3
chore(build): update repository cloning approach
Signed-off-by: PerikiyoXD <perikiyoxd@gmail.com>
belliash self-assigned this 2023-11-20 07:53:21 +01:00
belliash requested review from belliash 2023-11-20 07:53:38 +01:00
belliash requested changes 2023-11-21 20:09:18 +01:00
@ -0,0 +1,2 @@
binaries/*
Owner

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.
belliash marked this conversation as resolved
Ghost added 1 commit 2023-11-21 20:15:22 +01:00
belliash approved these changes 2023-11-21 20:17:30 +01:00
belliash changed title from Tweaks to build script and added gitignore to Improve performance with Git shallow clone and add .gitignore 2023-11-21 22:41:22 +01:00
belliash merged commit 897f9682b0 into master 2023-11-23 08:08:07 +01:00
belliash deleted branch tweaks 2023-11-23 08:08:08 +01:00
Sign in to join this conversation.
No description provided.