Remove autogenerated .gooseignore files that don't belong in repo (#6824)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2026-01-29 20:10:57 -05:00
committed by GitHub
parent 4d100d59a3
commit 2c16e34158
2 changed files with 0 additions and 36 deletions
-18
View File
@@ -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.*
-18
View File
@@ -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.*