Skip to content

Comments

chore: ignore build artifacts and simplify patterns#8

Merged
miguemagicdev merged 1 commit intomainfrom
chore/ignore-target-dir
Feb 21, 2026
Merged

chore: ignore build artifacts and simplify patterns#8
miguemagicdev merged 1 commit intomainfrom
chore/ignore-target-dir

Conversation

@miguemagicdev
Copy link
Contributor

@miguemagicdev miguemagicdev commented Feb 21, 2026

Description

This PR synchronizes our ignore configurations to ensure build artifacts are properly excluded from version control and licensing scans.

changes

- .gitignore: Added target/ to the root to prevent tracking of build outputs (Cargo/Rust default).
- .reuseignore: Removed redundant **/target/* and **/.aider* glob patterns.

Why is this change being made?

The previous configuration had redundant recursive globs in .reuseignore. Since target/ and .aider* are already declared at the root level of the ignore file, the **/ patterns were unnecessary and cluttering the configuration. Additionally, ensuring target/ is in the main .gitignore prevents accidental commits of binary data.

How was this tested?

[x] Verified that git status no longer shows the target/ directory.
[x] Ran reuse lint to ensure the licensing compliance still passes without the redundant globs.

Prevent build outputs from polluting the repository
and simplify the REUSE licensing configuration.

Added the 'target/' directory to .gitignore to ensure
local builds remain untracked. Removed redundant recursive
glob patterns from .reuseignore since the root-level
declarations already cover these paths, keeping the
configuration dry and easier to maintain.
@miguemagicdev miguemagicdev merged commit 04b769f into main Feb 21, 2026
4 of 6 checks passed
@miguemagicdev miguemagicdev deleted the chore/ignore-target-dir branch February 21, 2026 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant