From ef66876379bdc9d6af0a9da64a4a0555c4695048 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 20 Nov 2015 20:40:09 +0100 Subject: [PATCH] updated gitignore to exclude assets, config page and binaries as well as the usual suspects --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf439e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +assets +config +bin + +# Created by https://www.gitignore.io/api/osx + +### 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