forked from nodatime/nodatime
-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
70 lines (55 loc) · 1.13 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
# Editor backups and temporary files
*~
*.bak
*.swp
# IDE-generated files
*.suo
*.user
*.sln.cache
.vs
.vscode
# IDE add-ins
*.dotCover
*.ncrunchproject
*.ncrunchsolution
_NCrunch*
.resharper
*.ReSharper
_ReSharper*
StyleCop.Cache
.cr
# Auto-created thumbnails
Thumbs.db
# Build output directories (anywhere)
**/bin/
**/obj/
# NUnit output
TestResult.xml
# Output from build steps
/build/tmp/**
# Sandcastle per-user settings
/build/NodaTime.shfbproj_*
/build/NodaTime-Pcl.shfbproj_*
# Generated web site
/www/_site/**
# Temporary build output directories
/build/tmp
/build/releasebuild
# Local copy of benchmark data and Mercurial/Git logs, used for testing the dynamic part of the web site
/src/NodaTime.Web/benchmarkdata/**
/src/NodaTime.Web/hg-log.xml
/src/NodaTime.Web/git-log.txt
# Roslyn temporary files
/src/*.sln.ide/**
# BenchmarkDotNet output
BenchmarkDotNet.Artifacts
# Packages installed during the build
packages
coverage
# Local files
src/NodaTime.Web/docfx
src/NodaTime.Web/benchmarks
build/history
# If coverage fails, we don't want to add the pinning global.json
# file into source control
src/NodaTime.Test/global.json