-
Notifications
You must be signed in to change notification settings - Fork 95
/
.gitignore
33 lines (32 loc) · 878 Bytes
/
.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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs/ElmahCore/v15/Server/sqlite3
/.vs/ElmahCore/v15
/.vsElmahCore/bin/**/*
.idea/**/*
ElmahCore/obj/**/*
ElmahCore/bin/**/*
ElmahCore.Demo/bin/**/*
ElmahCore.Demo/obj/**/*
ElmahCore.DemoCore3/bin/**/*
ElmahCore.DemoCore3/obj/**/*
ElmahCore.DemoCore5/bin/**/*
ElmahCore.DemoCore5/obj/**/*
ElmahCore.Mvc/bin/**/*
ElmahCore.Mvc/obj/**/*
ElmahCore.MsSql/bin/**/*
ElmahCore.MsSql/obj/**/*
ElmahCore.Postgresql/bin/**/*
ElmahCore.Postgresql/obj/**/*
ElmahCore.MySql/bin/**/*
ElmahCore.MySql/obj/**/*
/.vs/ElmahCore
/.vs
*/bin/**
/ElmahCore.DemoCore5/wwwroot/log/*
/ElmahCore.DemoCore6/wwwroot/log/*
**/bin/**
**/obj/**
**/bin/*
**/obj/*