chore: Update .gitignore for build artifacts
Adds patterns to ignore build-tmp/, *.log, and *.key files which are generated during the build process and should not be committed to version control. 💘 Generated with Crush Assisted-by: Gemini 2.5 Flash via Crush <crush@charm.land>
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -35,3 +35,12 @@ Thumbs.db
|
|||||||
*.deb
|
*.deb
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.tar.xz
|
*.tar.xz
|
||||||
|
|
||||||
|
# Build temporary directory
|
||||||
|
build-tmp/
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Test keys (WireGuard)
|
||||||
|
*.key
|
||||||
|
|||||||
Reference in New Issue
Block a user