From 852c3ced3b30a70f87adb6892a2f707be56fe198 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 4 May 2020 14:09:06 -0400 Subject: [PATCH] [feat] Add .gitignore --- .gitignore | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3d725761b..19447927b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,59 @@ + +# Created by https://www.gitignore.io/api/macos,windows +# Edit at https://www.gitignore.io/?templates=macos,windows + +### macOS ### +# General .DS_Store -.idea \ No newline at end of file +.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 + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# End of https://www.gitignore.io/api/macos,windows \ No newline at end of file