From 3f507a798dfda0fe2cc106d4a781f9795954227b Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Sat, 7 May 2016 03:02:20 +0200 Subject: [PATCH] [FEATURE] Added ability to change debug output - issue #46 --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index a04998626b9d45e9214db0794cb348215efbb638..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKUu)Yi5SNmybD9^AwPny3zZN?11|xfPv+S`D@JJYI$!u&Afw6F^S(r3 z>%Xs2wlC37(%0TeN@z&?*s+c~ar&K3car^+ku1g-Z;hjOjMW5i5`(_$1RS-2KWj(?E>T)Pb>S-^5OV5{qQ8;%lDNY}mLm1^z9#!IWd*}!7I z+C27$+0>VT92c!1|E5|ZibG>}0y$jRU$QJ&+CkVA@w9Jmeacc9h&0acr5^P}8fDW~ zHcq4B$k*fbL?nlOd%Kgz6G-g@Y1|cs2t^{~iB-qaw|8c7j`MV&Ewm!2Q7iMf41o8r9YT75+YAe+>}@Y`jY#ItD$1rAFuh z;W`yir*d<};5r@rj*0UOmKt?B<7#FY$IQ&l4TY=O!SASW#yyQx69dG+Dg#yBwDJ7^ z{P_KUHHlip05R}iF~DnWzukgYGH2`B%i&q;fPM!>!MIZ6G6f8E6hkZ?#cx2BfZss_ V&@)(S1P=)P2q+q;A_o2{19v9xWfcGb diff --git a/.gitignore b/.gitignore index e163ad2..0f9014e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,28 @@ +### OSX template +.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 # Created by .ignore support plugin (hsz.mobi) ### JetBrains template # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion