From f35c5ad0141bb8a33774fe58ec6faa71649c027d Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 12 Apr 2016 17:34:39 +0200 Subject: [PATCH] Added system specific files to .gitignore used templates from https://github.com/github/gitignore --- .gitignore | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/.gitignore b/.gitignore index 486b32c..b251e3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,61 @@ +# ========================= +# Operating System Files +# ========================= + +# Windows +# ========================= + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# OSX +# ========================= + +.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 + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# ========================= +# Other files +# ========================= + .sass-cache/ *.css.map