PdfScribe/.gitignore

45 lines
611 B
Plaintext
Raw Permalink Normal View History

2013-12-12 09:52:42 +08:00
obj
bin
obj
bin
TestResult.xml
*.suo
2013-12-23 14:48:50 +08:00
PdfScribeCore.csproj.user
PdfScribe.csproj.user
/PdfScribeInstall/PrimaryOutputHarvest/*.pdb
/PdfScribeInstall/PrimaryOutputHarvest/*.exe
/PdfScribeInstall/PrimaryOutputHarvest/*.config
/PdfScribeInstall/PrimaryOutputHarvest/*.dll
2017-12-27 15:51:02 +08:00
#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/