From 4897c80646d626be5248207af2dae6b480c74c7f Mon Sep 17 00:00:00 2001 From: Futos Date: Thu, 15 Feb 2018 19:23:57 +0100 Subject: [PATCH] feat(.gitignore): added MacOS generated files to ignore --- .gitignore | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bb37dc55..ed04c57d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,18 @@ Homestead.yaml npm-debug.log yarn-error.log -storage/app/public/.DS_Store +### macOS ### +*.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns \ No newline at end of file