mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 18:57:47 -06:00
chore(plugins): ignore plugins dev folder
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user