Remove autogenerated .gooseignore files that don't belong in repo (#6824)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
@@ -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.*
|
||||
@@ -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.*
|
||||
Reference in New Issue
Block a user