-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (47 loc) · 789 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (47 loc) · 789 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
48
49
50
51
52
53
54
# Build output
bin/
obj/
App/
TestResults/
# Local runtime output
crash.txt
*.log
store_certification_report*.xml
last_*_start.txt
# Local validation screenshots and crops
app_screenshot*.png
*_test.png
*_crop.png
*_crop2.png
*_crop3.png
*_crop4.png
*_zoom.png
main_video_corner*.png
marker_test_screen.png
source_picker_*.png
steering_wheel_*.png
directory_*.png
export_*.png
# Public documentation screenshots
!docs/
!docs/screenshots/
!docs/screenshots/*.png
# User media and generated exports
*.mp4
*.zip
*.msix
*.msixbundle
*.msixupload
*.appx
*.appxbundle
*.appxupload
# Vendored FFmpeg binaries are not committed. Use src/TeslaCamViewer/Tools/ffmpeg/README.md.
src/TeslaCamViewer/Tools/ffmpeg/bin/
# IDE/user state
.vs/
.vscode/
*.user
*.suo
# OS files
Thumbs.db
Desktop.ini