-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (57 loc) · 1.22 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/Ijp.IDP/bin
/Ijp.IDP/obj
/MyAzure/bin
/MyAzure/obj
/WebImage.API/bin
/WebImage.API/obj
/WebImage.Client/bin
/WebImage.Client/obj
/WebImage.Model/bin
/WebImage.Model/obj
/Ijp.IDP/tempkey.rsa
/MyAzure/Settings.cs
/WebImage.Client/node_modules
/WebImage.API/appsettings.json
/.vs
*.[Pp]ublish.xml
*.azurePubxml
*.pubxml
*.publishproj
*.pubxml.user
# User-specific files
#*.suo
#*.user
#*.userosscache
#*.sln.docstates
.vscode/
!.vscode/extensions.json
!.vscode/settings.json
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# SQL Server files
*.mdf
*.ldf
# Windows thumbnail cache files
Thumbs.db