chore(plugins): ignore plugins dev folder

This commit is contained in:
kolaente 2025-07-29 21:01:20 +02:00
parent e5c860afec
commit 5f251d096d
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -30,6 +30,7 @@ mage_output_file.go
mage-static mage-static
.DS_Store .DS_Store
/plugins/* /plugins/*
/plugins-dev/*
# Devenv # Devenv
.devenv* .devenv*

View File

@ -152,6 +152,7 @@ linters:
- builtin$ - builtin$
- examples$ - examples$
- pkg/routes/api/v1/docs.go - pkg/routes/api/v1/docs.go
- plugins-dev/..*
formatters: formatters:
enable: enable:
- gofmt - gofmt