From 5a687c432bb7a5b9c6125678bb106d216deaefdd Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Tue, 5 May 2020 22:32:00 +0200 Subject: [PATCH] Edit gitignore --- .gitignore | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55371e5..46d9d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,35 @@ -node_modules + +# Created by https://www.gitignore.io/api/macos +# Edit at https://www.gitignore.io/?templates=macos + +### macOS ### +# 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 + +# End of https://www.gitignore.io/api/macos + .vscode \ No newline at end of file