From 2c16e341583e6dd7335f5bbf8d718d557a499b6f Mon Sep 17 00:00:00 2001 From: Douwe Osinga Date: Thu, 29 Jan 2026 20:10:57 -0500 Subject: [PATCH] Remove autogenerated .gooseignore files that don't belong in repo (#6824) Co-authored-by: Douwe Osinga --- crates/goose-acp/.gooseignore | 18 ------------------ crates/goose-mcp/.gooseignore | 18 ------------------ 2 files changed, 36 deletions(-) delete mode 100644 crates/goose-acp/.gooseignore delete mode 100644 crates/goose-mcp/.gooseignore diff --git a/crates/goose-acp/.gooseignore b/crates/goose-acp/.gooseignore deleted file mode 100644 index 550684df..00000000 --- a/crates/goose-acp/.gooseignore +++ /dev/null @@ -1,18 +0,0 @@ -# This file is created automatically if no .gooseignore exists. -# Customize or uncomment the patterns below instead of deleting the file. -# Removing it will simply cause goose to recreate it on the next start. -# -# Suggested patterns you can uncomment if desired: -# **/.ssh/** # block SSH keys and configs -# **/*.key # block loose private keys -# **/*.pem # block certificates/private keys -# **/.git/** # block git metadata entirely -# **/target/** # block Rust build artifacts -# **/node_modules/** # block JS/TS dependencies -# **/*.db # block local database files -# **/*.sqlite # block SQLite databases -# - -**/.env -**/.env.* -**/secrets.* diff --git a/crates/goose-mcp/.gooseignore b/crates/goose-mcp/.gooseignore deleted file mode 100644 index 550684df..00000000 --- a/crates/goose-mcp/.gooseignore +++ /dev/null @@ -1,18 +0,0 @@ -# This file is created automatically if no .gooseignore exists. -# Customize or uncomment the patterns below instead of deleting the file. -# Removing it will simply cause goose to recreate it on the next start. -# -# Suggested patterns you can uncomment if desired: -# **/.ssh/** # block SSH keys and configs -# **/*.key # block loose private keys -# **/*.pem # block certificates/private keys -# **/.git/** # block git metadata entirely -# **/target/** # block Rust build artifacts -# **/node_modules/** # block JS/TS dependencies -# **/*.db # block local database files -# **/*.sqlite # block SQLite databases -# - -**/.env -**/.env.* -**/secrets.*