forked from nodatime/nodatime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (47 loc) · 1.04 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
# Editor backups and temporary files
*~
*.bak
*.swp
# IDE-generated files
*.suo
*.user
*.sln.cache
.vs
# IDE add-ins
*.dotCover
*.ncrunchproject
*.ncrunchsolution
_NCrunch* # cache directories
.resharper # solution
*.ReSharper # project
_ReSharper* # directories
StyleCop.Cache
# Auto-created thumbnails
Thumbs.db
# Noda Time release (private) key
NodaTime Release.snk
# 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
# NuGet packages (but not the configuration)
/src/packages/**/**
# 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/**
# Generated packages/projects
/src/NodaTime-Core-*.sln
/src/**/*-*.csproj