mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-15 09:10:22 +02:00
chore(git): ignore build artifacts
Add **/build/ pattern and a descriptive comment to .gitignore to exclude build directories from version control.
This commit is contained in:
@@ -8,5 +8,8 @@
|
|||||||
.vscode
|
.vscode
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
**/build/
|
||||||
|
|
||||||
# Podman/Docker container storage artifacts
|
# Podman/Docker container storage artifacts
|
||||||
~/.fuzzforge/
|
~/.fuzzforge/
|
||||||
|
|||||||
Reference in New Issue
Block a user