File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed
Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 1414example :
1515- " example/**"
1616
17+ backend :
18+ - " src/DevTools/backend/**"
19+ - " site/backend/**"
20+
21+ ui :
22+ - " src/DevTools/ui/**"
23+
24+ static :
25+ - " site/static/**"
1726
1827priority-high :
1928- " **/*.py"
@@ -22,13 +31,36 @@ priority-medium:
2231- " **/*.html"
2332- " **/*.css"
2433- " **/*.js"
34+ - " **/*.yml"
35+ - " **/*.yaml"
2536
2637priority-low :
27- - " **/*.yml"
2838- " **/*.json"
2939- " **/*.txt"
3040- " **/*.md"
3141- " **/*.rst"
42+
43+ translation-message :
44+ - " translation/message/**"
45+
46+ translation-commands :
47+ - " translation/commands/**"
48+
49+ translation :
50+ - " translation/**"
51+
52+ python :
53+ - " **/*.py"
54+
55+ javascript :
56+ - " **/*.js"
57+
58+ html :
59+ - " **/*.html"
60+
61+ css :
62+ - " **/*.css"
63+
3264# Exclude files and directories
3365--- IGNORE ---
3466- " README.md"
You can’t perform that action at this time.
0 commit comments