From c8d6f20c3be78994cabbb909b23be81f23ee0c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Gonz=C3=A1lez?= Date: Thu, 9 Nov 2023 11:59:04 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20gitignore(.gitignore):=20Include?= =?UTF-8?q?=20macOS=20and=20Linux=20system=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.gitignore b/.gitignore index 3b16c0b6b..3d64c9cd9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,39 @@ #### OS ### Mac OS +## General ## macOS system files .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 +### Linux template +*~ +## temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* +## KDE directory preferences +.directory +## Linux trash folder which might appear on any partition or disk +.Trash-* +## .nfs files are created when an open file is removed but is still being accessed +.nfs* ##### Development #### Node