-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (79 loc) · 1.57 KB
/
Copy path.gitignore
File metadata and controls
99 lines (79 loc) · 1.57 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
/Anexos/
# Build output
bin/
obj/
build/publish/
# User-specific files
*.user
*.suo
*.userosscache
*.sln.docstates
# VS Code
.vscode/
# Publish outputs
*.publish/
*.PublishOutputs*.txt
# DLLs, executables, pdbs, etc.
*.dll
*.exe
*.pdb
*.cache
*.log
# Installers (generated files; includes installer/Output/)
installer/**/*.exe
installer/**/*.sha256
# WinGet temporary files
winget-pkgs-*/
winget-submission/
*.msi
*.zip
*.tar.gz
# Publish/build outputs (multi-platform builds; do not version)
Assets/
# Release artifacts (build outputs uploaded to GitHub Release; do not version)
release/*
!release/README.md
!scripts/release/
!scripts/release/**
!release/packages/
!release/packages/**
# Generated EditorConfig
*.editorconfig
# Generated dependency and config files
*.deps.json
*.runtimeconfig.json
# Resource files
*.resources.dll
# Other temporary files
*.tmp
*.bak
# System files
Thumbs.db
Desktop.ini
# Test directories and script output
test-docker/
test-*/
# Release checkpoints
.release-checkpoint-*.json
# Local task list (do not version)
TAREFAS-LOCAL.md
# Internal/research docs (do not publish to GitHub)
docs/release-notes-v3.0.0.md
docs/ROADMAP.md
docs/zebra-fonts-research.md
docs/LABELARY_API.md
# Test output (TCP, manual conversion)
tcp-output/
TESTES-MANUAIS-*.md
# Code coverage (local)
coverage-out/
TestResults/
# Cursor / local tooling (optional)
.cursor/
# GitHub prompts/skills (not versioned)
.github/prompts/
.github/skills/
# Agent instructions (optional local-only; remove this line to version AGENTS.md)
AGENTS.md
# OpenSpec (local change tracking)
openspec/