added defaults to .gitignore
This commit is contained in:
parent
4a29f8c1d8
commit
f09fdf7d50
33
.gitignore
vendored
33
.gitignore
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user