From 2e51aa95f67595e58dce9372808775641aa723ec Mon Sep 17 00:00:00 2001 From: "Stefan Buchali (UDG)" Date: Wed, 31 May 2017 14:06:29 +0200 Subject: [PATCH] Windows, MacOS and SVN ignored --- .gitignore | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a5f87ca..30786d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,55 @@ -.svn -*.pdf \ No newline at end of file + +# Created by https://www.gitignore.io/api/svn,macos,windows + +### macOS ### +*.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 + +### SVN ### +.svn/ + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# End of https://www.gitignore.io/api/svn,macos,windows