-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (38 loc) · 752 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (38 loc) · 752 Bytes
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
**/.DS_Store
tmp/
build/
build-windows-native-check/
c/build/
cpp/build/
**/.venv/
**/__pycache__/
*.pyc
# Xcode user-specific state
**/xcuserdata/
*.xcuserstate
DerivedData/
*.profraw
win/OpenTrackIR.WinUI/OpenTrackIR.WinUI/OpenTrackIR.WinUI_TemporaryKey.pfx
# Visual Studio Windows
.dotnet-cli/
.dotnet-home/
.dotnet/
# User-specific IDE files
*.user
*.suo
*.userosscache
*.sln.docstates
# Rider / ReSharper if they appear
.idea/
_ReSharper*/
*.DotSettings.user
# Claude Code per-user state
.claude/
# NuGet / package artifacts if generated locally
packages/
# If you want to keep the ignore rules scoped to the Windows work, use:
win/**/.vs/
win/**/bin/
win/**/obj/
win/**/TestResults/
win/OpenTrackIR.WinUI/OpenTrackIR.WinUI/AppPackages/