-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (74 loc) · 2.95 KB
/
Copy path.gitignore
File metadata and controls
82 lines (74 loc) · 2.95 KB
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
# ── Build outputs ──────────────────────────────────────────────────────────────
[Bb]in/
[Oo]bj/
publish/
out/
# ── NuGet ──────────────────────────────────────────────────────────────────────
*.nupkg
*.snupkg
.nuget/
packages/
# Restore lock file is intentionally committed when present; leave it unignored.
# ── Test results & coverage ────────────────────────────────────────────────────
TestResults/
*.coverage
*.coveragexml
*.cobertura.xml
coverage-report*/
# Benchmark run artifacts (transient HTML/CSV dumps from BenchmarkDotNet runner).
# GobDotNet.Benchmarks/results/ is intentionally committed — do NOT add it here.
BenchmarkDotNet.Artifacts/
# ── Visual Studio ──────────────────────────────────────────────────────────────
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
*.userprefs
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
ServiceFabricBackup/
.localhistory/
# ── JetBrains Rider / ReSharper ────────────────────────────────────────────────
.idea/
_ReSharper*/
*.DotSettings.user
*.resharper
# ── VS Code ────────────────────────────────────────────────────────────────────
# Intentionally NOT ignoring .vscode/ — launch.json and tasks.json are useful
# to share. Add project-specific overrides in .vscode/.gitignore if needed.
# ── macOS ──────────────────────────────────────────────────────────────────────
.DS_Store
.DS_Store?
._*
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes
.fseventsd
.TemporaryItems
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
# ── Windows ────────────────────────────────────────────────────────────────────
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk
# ── Logs & temporaries ─────────────────────────────────────────────────────────
*.log
*.tmp
*.temp