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

krankerl.toml - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e9f19717285b13bc8eb3490e58f192f51576da45 (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
28
[package]
exclude = [
	"src",
	".git",
	"tests",
	"node_modules",
	".codecov.yml",
	"composer.json",
	"composer.lock",
	"_config.yml",
	".drone.yml",
	".travis.yml",
	".eslintignore",
	".eslintrc.yml",
	".gitignore",
	"issue_template.md",
	"krankerl.toml",
	"Makefile",
	"mkdocs.yml",
	"run-eslint.sh",
	"webpack.*",
	"img/screenshots"
]

before_cmds = [
	"npm install",
	"npm run build"
]