프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / .gitignore @ master

이력 | 보기 | 이력해설 | 다운로드 (4.54 KB)

1 999c9e40 humkyung
/.vs
2
/KCOM/bin/x64/Debug/Bytescout.PDFExtractor.dll
3
/KCOM/bin/x64/Debug/Bytescout.PDFExtractor.OCRExtension.dll
4
*.dll
5
*.cache
6 a40244a2 humkyung
*.suo
7
*.ide
8 53880c83 ljiyeon
/KCOM/bin
9 c433ebde taeseongkim
## Ignore Visual Studio temporary files, build results, and
10
## files generated by popular Visual Studio add-ons.
11
12
# User-specific files
13
*.suo
14
*.user
15
*.userosscache
16
*.sln.docstates
17
18
# User-specific files (MonoDevelop/Xamarin Studio)
19
*.userprefs
20
21
# Build results
22
[Dd]ebug/
23
[Dd]ebugPublic/
24
[Rr]elease/
25
[Rr]eleases/
26
x64/
27
x86/
28
bld/
29
[Bb]in/
30
[Oo]bj/
31
[Ll]og/
32
33
# Visual Studio 2015 cache/options directory
34
.vs/
35
# Uncomment if you have tasks that create the project's static files in wwwroot
36
#wwwroot/
37
38
# MSTest test Results
39
[Tt]est[Rr]esult*/
40
[Bb]uild[Ll]og.*
41
42
# NUNIT
43
*.VisualState.xml
44
TestResult.xml
45
46
# Build Results of an ATL Project
47
[Dd]ebugPS/
48
[Rr]eleasePS/
49
dlldata.c
50
51
# DNX
52
project.lock.json
53
project.fragment.lock.json
54
artifacts/
55
56
*_i.c
57
*_p.c
58
*_i.h
59
*.ilk
60
*.meta
61
*.obj
62
*.pch
63
*.pdb
64
*.pgc
65
*.pgd
66
*.rsp
67
*.sbr
68
*.tlb
69
*.tli
70
*.tlh
71
*.tmp
72
*.tmp_proj
73
*.log
74
*.vspscc
75
*.vssscc
76
.builds
77
*.pidb
78
*.svclog
79
*.scc
80
81
# Chutzpah Test files
82
_Chutzpah*
83
84
# Visual C++ cache files
85
ipch/
86
*.aps
87
*.ncb
88
*.opendb
89
*.opensdf
90
*.sdf
91
*.cachefile
92
*.VC.db
93
*.VC.VC.opendb
94
95
# Visual Studio profiler
96
*.psess
97
*.vsp
98
*.vspx
99
*.sap
100
101
# TFS 2012 Local Workspace
102
$tf/
103
104
# Guidance Automation Toolkit
105
*.gpState
106
107
# ReSharper is a .NET coding add-in
108
_ReSharper*/
109
*.[Rr]e[Ss]harper
110
*.DotSettings.user
111
112
# JustCode is a .NET coding add-in
113
.JustCode
114
115
# TeamCity is a build add-in
116
_TeamCity*
117
118
# DotCover is a Code Coverage Tool
119
*.dotCover
120
121
# NCrunch
122
_NCrunch_*
123
.*crunch*.local.xml
124
nCrunchTemp_*
125
126
# MightyMoose
127
*.mm.*
128
AutoTest.Net/
129
130
# Web workbench (sass)
131
.sass-cache/
132
133
# Installshield output folder
134
[Ee]xpress/
135
136
# DocProject is a documentation generator add-in
137
DocProject/buildhelp/
138
DocProject/Help/*.HxT
139
DocProject/Help/*.HxC
140
DocProject/Help/*.hhc
141
DocProject/Help/*.hhk
142
DocProject/Help/*.hhp
143
DocProject/Help/Html2
144
DocProject/Help/html
145
146
# Click-Once directory
147
publish/
148
149
# Publish Web Output
150
*.[Pp]ublish.xml
151
*.azurePubxml
152
# TODO: Comment the next line if you want to checkin your web deploy settings
153
# but database connection strings (with potential passwords) will be unencrypted
154
#*.pubxml
155
*.publishproj
156
157
# Microsoft Azure Web App publish settings. Comment the next line if you want to
158
# checkin your Azure Web App publish settings, but sensitive information contained
159
# in these scripts will be unencrypted
160
PublishScripts/
161
162
# NuGet Packages
163
*.nupkg
164
# The packages folder can be ignored because of Package Restore
165
**/packages/*
166
# except build/, which is used as an MSBuild target.
167
!**/packages/build/
168
# Uncomment if necessary however generally it will be regenerated when needed
169
#!**/packages/repositories.config
170
# NuGet v3's project.json files produces more ignoreable files
171
*.nuget.props
172
*.nuget.targets
173
174
# Microsoft Azure Build Output
175
csx/
176
*.build.csdef
177
178
# Microsoft Azure Emulator
179
ecf/
180
rcf/
181
182
# Windows Store app package directories and files
183
AppPackages/
184
BundleArtifacts/
185
Package.StoreAssociation.xml
186
_pkginfo.txt
187
188
# Visual Studio cache files
189
# files ending in .cache can be ignored
190
*.[Cc]ache
191
# but keep track of directories ending in .cache
192
!*.[Cc]ache/
193
194
# Others
195
ClientBin/
196
~$*
197
*~
198
*.dbmdl
199
*.dbproj.schemaview
200
*.jfm
201
*.pfx
202
*.publishsettings
203
node_modules/
204
orleans.codegen.cs
205
206
# Since there are multiple workflows, uncomment next line to ignore bower_components
207
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
208
#bower_components/
209
210
# RIA/Silverlight projects
211
Generated_Code/
212
213
# Backup & report files from converting an old project file
214
# to a newer Visual Studio version. Backup files are not needed,
215
# because we have git ;-)
216
_UpgradeReport_Files/
217
Backup*/
218
UpgradeLog*.XML
219
UpgradeLog*.htm
220
221
# SQL Server files
222
*.mdf
223
*.ldf
224
225
# Business Intelligence projects
226
*.rdl.data
227
*.bim.layout
228
*.bim_*.settings
229
230
# Microsoft Fakes
231
FakesAssemblies/
232
233
# GhostDoc plugin setting file
234
*.GhostDoc.xml
235
236
# Node.js Tools for Visual Studio
237
.ntvs_analysis.dat
238
239
# Visual Studio 6 build log
240
*.plg
241
242
# Visual Studio 6 workspace options file
243
*.opt
244
245
# Visual Studio LightSwitch build output
246
**/*.HTMLClient/GeneratedArtifacts
247
**/*.DesktopClient/GeneratedArtifacts
248
**/*.DesktopClient/ModelManifest.xml
249
**/*.Server/GeneratedArtifacts
250
**/*.Server/ModelManifest.xml
251
_Pvt_Extensions
252
253
# Paket dependency manager
254
.paket/paket.exe
255
paket-files/
256
257
# FAKE - F# Make
258
.fake/
259
260
# JetBrains Rider
261
.idea/
262
*.sln.iml
263
264
# CodeRush
265
.cr/
266
267
# Python Tools for Visual Studio (PTVS)
268
__pycache__/
269
*.pyc
270
/MarkusPDF Library/LibraryTest/MarkusPDFUnitTest/TestOutput
271
/MarkusPDF Library.egg
272 8614f701 taeseongkim
/Setup
273 1e9c1261 taeseongkim
/ImageComparer - 복사본
274 db4fbd4a taeseongkim
/MARKUSSETUP/Release_Default/*.msi
275 491c8868 taeseongkim
/MarkusAutoUpdate/Setup/Release_Daelim/*.msi
클립보드 이미지 추가 (최대 크기: 500 MB)