forked from fsprojects/FAKE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (49 loc) · 1.09 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
#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
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/
Samples/Calculator/deploy/
Samples/Calculator/tools/FAKE/
*.orig
deploy/
Samples/ContinuousDeploymentWebsite/tools/
src/deploy.web/Fake.Deploy.Web/Logs/Fake.Deploy.Web.log
src/app/FakeLib/Deploy/DeploymentHelper.fs
gh-pages/
tools/FSharp.Formatting
tools/Microsoft.AspNet.Razor
tools/RazorEngine