chore(plugins): ignore plugins dev folder
This commit is contained in:
parent
e5c860afec
commit
5f251d096d
|
|
@ -30,6 +30,7 @@ mage_output_file.go
|
|||
mage-static
|
||||
.DS_Store
|
||||
/plugins/*
|
||||
/plugins-dev/*
|
||||
|
||||
# Devenv
|
||||
.devenv*
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@ linters:
|
|||
- builtin$
|
||||
- examples$
|
||||
- pkg/routes/api/v1/docs.go
|
||||
- plugins-dev/..*
|
||||
formatters:
|
||||
enable:
|
||||
- gofmt
|
||||
|
|
|
|||
Loading…
Reference in New Issue