mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-03-14 20:25:55 +00: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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,5 +8,8 @@
|
||||
.vscode
|
||||
__pycache__
|
||||
|
||||
# Build artifacts
|
||||
**/build/
|
||||
|
||||
# Podman/Docker container storage artifacts
|
||||
~/.fuzzforge/
|
||||
|
||||
Reference in New Issue
Block a user