forked from ThatRendle/Simple.Data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
40 lines (40 loc) · 809 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
34
35
36
37
38
39
40
obj
bin
deploy
*.csproj.user
*.suo
*.cache
*.nupkg
~$*
*~
*ReSharper*
*.swp
*.testsettings
TestResults/*
*.dbmdl
Releases/2*
*.pidb
*.docstates
test-results
apply_config.bat
NDependOut
*.dotCover
*_mm_cache.bin
Simple.Data.sln.DotSettings.user
Simple.Data/Simple.Data.idc
.DS_Store
mono-release-*
*ncrunch*
MediumTrustApp
nohup.out
packages/EntityFramework.5.0.0/
packages/Microsoft.AspNet.Mvc.3.0.20105.1/
packages/Microsoft.AspNet.Providers.Core.1.1/
packages/Microsoft.AspNet.Providers.LocalDB.1.1/
packages/Microsoft.AspNet.Razor.1.0.20105.408/
packages/Microsoft.AspNet.WebPages.1.0.20105.408/
packages/Microsoft.Web.Infrastructure.1.0.0.0/
packages/Modernizr.2.5.3/
packages/jQuery.1.7.1.1/
packages/jQuery.UI.Combined.1.8.20.1/
packages/jQuery.Validation.1.9.0.1/