From 7f2ef34a150c754b5d747f8baba8ededc6ec4d27 Mon Sep 17 00:00:00 2001 From: Rustam Uzdenov <64551202+SUPERustam@users.noreply.github.com> Date: Fri, 6 Jan 2023 12:19:25 +0300 Subject: [PATCH] Add .localized to macOS.gitignore --- Global/macOS.gitignore | 55 ++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 135767fc..1b845d03 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,26 +1,29 @@ -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +# General +.DS_Store +.AppleDouble +.LSOverride + +# Decorators files +.localized + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk