-
Notifications
You must be signed in to change notification settings - Fork 586
/
.gitignore
91 lines (86 loc) · 1.75 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
83
84
85
86
87
88
89
90
91
#ignore thumbnails created by windows
Thumbs.db
.DS_Store
#Ignore files build by Visual Studio
.fsdocs/
output/
tmp/watch
docs/.nojekyll
docs/CNAME
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/
packages/
*.orig
deploy/
Samples/ContinuousDeploymentWebsite/tools/
gh-pages/
tools/FSharp.Formatting
tools/Microsoft.AspNet.Razor
tools/RazorEngine
!tools/FAKE/tools/FakeLib.dll
!tools/FAKE/tools/FakeLib.pdb
!integrationtests/.gitignore
_NCrunch_FAKE/
tools/FSharp.Compiler.Service
tools/FSharp.Formatting.CommandTool/
tools/SourceLink.Fake
.ionide/
/.vscode/settings.json
/temp
release.cmd
release.sh
*.pfx
Samples/typescript/out/
help/markdown/RELEASE_NOTES.md
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
project.lock.json
#src/app/*/any
/fake-dotnetcore
/fake-dotnetcore*.zip
/build.fsx.lock
/testbuild.fsx
/testbuild.fsx.lock
/src/legacy/deploy.web/Fake.Deploy.Web/App_Data/Providers/**/*.dll
/src/legacy/deploy.web/Fake.Deploy.Web/App_Data/Providers/**/*.pdb
/src/legacy/deploy.web/Fake.Deploy.Web/App_Data/Providers/**/*.xml