-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.reuseignore
More file actions
34 lines (30 loc) · 2.45 KB
/
.reuseignore
File metadata and controls
34 lines (30 loc) · 2.45 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
# SPDX-License-Identifier: MPL-2.0
# Copyright (c) 2025-2026 SKY, LLC.
#
# .reuseignore — Files excluded from REUSE (reuse.software) compliance checks.
# Only list files that genuinely cannot carry SPDX headers (binary, generated,
# or third-party). Prefer REUSE.toml annotations for files that CAN be tagged.
# ─────────────────────────────────────────────────────────────────────────────
# Build artifacts & generated files (never committed or auto-generated)
# ─────────────────────────────────────────────────────────────────────────────
target/
.git/
Cargo.lock
build/
# ─────────────────────────────────────────────────────────────────────────────
# IDE & editor state (user-specific, not source)
# ─────────────────────────────────────────────────────────────────────────────
.idea/
.vscode/
.qodo/
*.swp
*.swo
*~
# ─────────────────────────────────────────────────────────────────────────────
# Third-party / machine-generated data (cannot carry headers)
# ─────────────────────────────────────────────────────────────────────────────
SPDXLICENSES
# ─────────────────────────────────────────────────────────────────────────────
# Trash / quarantine (local-only working area)
# ─────────────────────────────────────────────────────────────────────────────
_trash/