mirror of
https://github.com/Facepunch/sbox-public.git
synced 2025-12-23 22:48:07 -05:00
Refactor the public repo sync (#3444)
* Refactor sync script Use single filter repo call Use globs instead of python madness Ensure shallow clone is clean before working on it * Add dry run option to sync script * Add public gitattributes
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,6 +2,10 @@
|
||||
*
|
||||
!*/
|
||||
|
||||
# Git
|
||||
!.gitignore
|
||||
!.gitattributes
|
||||
|
||||
# Source files
|
||||
!*.sln
|
||||
!*.csproj
|
||||
|
||||
Reference in New Issue
Block a user