forked from matthid/s2client-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
82 lines (76 loc) · 1.58 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
82
#ignore thumbnails created by windows
Thumbs.db
.DS_Store
#Ignore files build by Visual Studio
docsBuild/
report/
test/
!src/test/
!Samples/ContinuousDeploymentWebsite/src/test/
obj/
build/
build-bundles/
nuget/
helpBuild/
Publish/
gems/
BuildMetrics/
[Bb]in
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.suo
*/*.suo
*.user
*.userprefs
output.xml
FAKE.crunchsolution.cache
FAKE_mm_cache.bin
Samples/ContinuousDeploymentWebsite/src/app/Fake.Mvc/Properties/AssemblyInfo.cs
*.crunchsolution.cache
Samples/ContinuousDeploymentWebsite/Work/
Samples/ContinuousDeploymentWebsite/Backup/
Samples/ContinuousDeploymentWebsite/src/app/Fake_WebSite/Properties/AssemblyInfo.cs
*.ncrunchsolution
Samples/ContinuousDeploymentWebsite/deployments
tools/FAKE/
src/deploy.web/Fake.Deploy.Web/App_Data/*
src/deploy.web/Fake.Deploy.Web/Logs/*
packages/
*.orig
deploy/
Samples/ContinuousDeploymentWebsite/tools/
src/deploy.web/Fake.Deploy.Web/Logs/Fake.Deploy.Web.log
gh-pages/
tools/FSharp.Formatting
tools/Microsoft.AspNet.Razor
tools/RazorEngine
!src/app/FakeLib/NuGet
!tools/FAKE/tools/FakeLib.dll
!tools/FAKE/tools/FakeLib.pdb
_NCrunch_FAKE/
tools/FSharp.Compiler.Service
tools/FSharp.Formatting.CommandTool/
tools/SourceLink.Fake
/testbuild.fsx
/integrationtests/*/temp
/temp
release.cmd
release.sh
Samples/typescript/out/
help/markdown/RELEASE_NOTES.md
!/.paket/paket.exe
paket-files/
# Ignore the Vagrant local directories
.vagrant/*
*/.vagrant/*
# Ignore VS2015 folder
.vs/
# Ignore JetBrains Rider folder
.idea/
mytemp
Samples/WebNpmGrunt/node_modules
.fake
!/integrationtests/*/before/.fake
project.lock.json
#src/app/*/any