-
-
Notifications
You must be signed in to change notification settings - Fork 354
/
.gitignore
81 lines (76 loc) · 1.04 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# compiled output
/dist
/tmp
/nginx/wwwroot
# dependencies
node_modules/
bower_components/
# IDEs and editors
/.idea
/.vs
.vscode
.project
.classpath
.well-known
.c9/
*.launch
.settings/
*.sublime-workspace
# Dotnet
[Oo]bj/
[Bb]in/
*.xap
*.user
/TestResults
*.vspscc
*.vssscc
*.suo
*.cache
*.docstates
*.log
*.log.*
_ReSharper.*
*.csproj.user
*[Rr]e[Ss]harper.user
_ReSharper.*/
packages/*
artifacts/*
msbuild.log
PublishProfiles/
*.psess
*.vsp
*.pidb
*.userprefs
*DS_Store
*.ncrunchsolution
*.log
*.vspx
/.symbols
nuget.exe
build/
*net45.csproj
*k10.csproj
App_Data/
*.sln.ide
*/*.Spa/public/*
*/*.Spa/wwwroot/*
*.ng.ts
*.sln.ide
__*.htm
# Application
AlbumViewer/
src/AlbumViewerVNext/wwwroot/web.config__X
thumbs.db
.vs
.vs/config/applicationhost.config
publishprofile.xml
.idea
dist
/AlbumViewerVnext.azurewebsites.net.PublishSettings
src/AlbumViewerAspNet5/project.lock.json
AlbumViewer.publishsettings
*.sqlite
*.lock.json
src/AlbumViewerBusiness/project.lock.json
src/AlbumViewerNetCore/project.lock.json
src/Westwind.Utilitities/project.lock.json