-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
184 lines (145 loc) · 3.12 KB
/
Copy path.gitignore
File metadata and controls
184 lines (145 loc) · 3.12 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
appsettings.user.json
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio cache/options directory
.vs/
# Visual Studio Code
.vscode/
*.code-workspace
# Rider
.idea/
# ASP.NET Scaffolding
ScaffoldingReadMe.txt
# NuGet Packages
*.nupkg
*.snupkg
**/[Pp]ackages/*
!**/[Pp]ackages/build/
*.nuget.props
*.nuget.targets
# Visual Studio cache files
*.[Cc]ache
!?*.[Cc]ache/
# Others
*.dbmdl
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
# Microsoft Fakes
FakesAssemblies/
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Local History for Visual Studio
.localhistory/
# Visual Studio History (VSHistory) files
.vshistory/
# BeatPulse healthcheck temp database
healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
# Publish folders
publish/
bin/
obj/
*.user
FTdx101 WebApp_Setup.exe
FTdx101_WebApp_Setup_*.exe
Yaesu_Web_Control_Setup*.exe
# Local reference documents — not committed to repo (Yaesu manual PDFs etc.)
docs/*
# …but architecture decision records ARE part of the repo
!docs/decisions/
!docs/decisions/**
# …and the in-app voice control planning / contributor docs.
# Only markdown is tracked — anyone's rough .txt scratch notes (e.g. Colin's
# brainstorming files) stay local. Final docs are always written as .md.
!docs/VoiceControl/
docs/VoiceControl/*
!docs/VoiceControl/*.md
# …and design/planning docs (markdown only; rough .txt scratch stays local).
!docs/design/
docs/design/*
!docs/design/*.md
# …and the developer guide for adding a new radio.
!docs/adding-a-radio.md
# Runtime logs
*.log
run.log
# Local scratch / temp files (test plans, draft notes, etc.)
.tmp_*
# Local backup scripts
Backup*.ps1
# Local Claude Code settings
.claude/settings.local.json
.claude/boot-prompt.md
# GitHub Copilot instruction files (superseded by CLAUDE.md)
.copilot/
.github/COPILOT.md
.github/copilot*.md
.github/calibration-instructions.md
# Local planning notes
plan.txt
.tmp_*