forked from fsprojects/FAKE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (64 loc) · 1.35 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
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
docs/
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
.gitignore
_NCrunch_FAKE/
tools/FSharp.Compiler.Service
tools/FSharp.Formatting.CommandTool/
tools/SourceLink.Fake
release.cmd
Samples/typescript/out/
help/RELEASE_NOTES.md
paket.exe
# Ignore the Vagrant local directories
.vagrant/*
*/.vagrant/*
# Ignore VS2015 folder
.vs/