main

mattermost/focalboard

Last updated at: 28/12/2023 01:37

modd.conf

TLDR

This file is a configuration file named modd.conf located in the mattermost-plugin directory. It includes a set of rules for processing Go files and executing commands during the development workflow.

Methods

No methods found in the file.

Classes

No classes found in the file.

server/**/*.go !server/**/*_test.go mattermost-plugin/server/**/*.go !mattermost-plugin/server/**/*_test.go {
    prep: cd mattermost-plugin; make server deploy-to-mattermost-directory
}