Welcome to mirror list, hosted at ThFree Co, Russian Federation.

krankerl.toml - github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c76e9cd4c0991f13246de2133787e170d9c183e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
exclude = [
    "build/",
    ".git",
    "node_modules",
    "package.json",
    "package-lock.json",
    "tests",
    ".codecov.yml",
    "composer.json",
    "composer.lock",
    "_config.yml",
    ".drone.yml",
    ".travis.yml",
    ".eslintignore",
    ".eslintrc.yml",
    ".gitignore",
    "issue_template.md",
    "krankerl.toml",
    "Makefile",
    "run-eslint.sh"
]

before_cmds = [
    'make clean-build',
    'make build'
]