From f09fdf7d50d05d19a4814fe5eec16aeac146380a Mon Sep 17 00:00:00 2001 From: S T Chan Date: Wed, 27 Dec 2017 02:51:02 -0500 Subject: [PATCH] added defaults to .gitignore --- .gitignore | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ef022f0..03f6a5c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,35 @@ PdfScribe.csproj.user /PdfScribeInstall/PrimaryOutputHarvest/*.exe /PdfScribeInstall/PrimaryOutputHarvest/*.config /PdfScribeInstall/PrimaryOutputHarvest/*.dll -/.vs/PdfScribe/v15/Server/sqlite3 + +#Ignore thumbnails created by Windows +Thumbs.db +#Ignore files built by Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +.vs/ +#Nuget packages folder +packages/