Merge pull request #1762 from aluzzardi/fix-gitattributes
project update: fix .gitattributes
This commit is contained in:
commit
7a117574ac
@ -73,7 +73,7 @@ func Vendor(ctx context.Context, p string) error {
|
||||
// generate `.gitattributes` file
|
||||
if err := os.WriteFile(
|
||||
path.Join(cuePkgDir, ".gitattributes"),
|
||||
[]byte("# generated by dagger\n** linguist-generated\n"),
|
||||
[]byte("# generated by dagger\n** linguist-generated=true\n"),
|
||||
0600,
|
||||
); err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user