File tree Expand file tree Collapse file tree 1 file changed +27
-24
lines changed Expand file tree Collapse file tree 1 file changed +27
-24
lines changed Original file line number Diff line number Diff line change 1
- .idea
2
- .github
3
- .vscode
4
- .vscode-test
1
+ ** / .idea /
2
+ ** / .github /
3
+ ** / .vscode /
4
+ ** / .vscode-test /
5
5
6
6
** /.gitignore
7
7
@@ -15,28 +15,28 @@ tsconfig.json
15
15
vscode-client
16
16
.eslintignore
17
17
.prettier *
18
-
18
+ eslint.config.mjs
19
19
20
20
# python
21
- build
22
- .ruff_cache
23
- .hatch
24
- .venv
21
+ ** / build /
22
+ ** / .ruff_cache /
23
+ ** / .hatch /
24
+ ** / .venv /
25
25
.flake8
26
26
mypy.ini
27
27
log.ini
28
28
pyproject.toml
29
29
* .lock
30
30
31
- tests
32
- dist
31
+ ** / tests /
32
+ ** / dist /
33
33
34
- ** /__pycache__
35
- ** /.mypy_cache
36
- ** /.pytest_cache
37
- test-results
34
+ ** /__pycache__ /
35
+ ** /.mypy_cache /
36
+ ** /.pytest_cache /
37
+ ** / test-results /
38
38
39
- playground
39
+ ** / playground /
40
40
41
41
# svg files
42
42
** /* .svg
@@ -47,22 +47,25 @@ coverage.xml
47
47
.python-version
48
48
49
49
# docs
50
- docs
50
+ docs /
51
51
52
52
# others
53
- scripts
53
+ scripts /
54
54
55
- ** / .robotcode_cache
55
+ .robotcode_cache /
56
56
57
57
.pre-commit-config.yaml
58
- .devcontainer
58
+ .devcontainer /
59
59
60
- robotcode
61
- packages
62
- bundled /libs /bin
60
+ ** / robotcode /
61
+ ** / packages /
62
+ ** / bundled /libs /bin /
63
63
64
64
cliff.toml
65
- pyproject.toml
65
+ ** / pyproject.toml
66
66
mkdocs.yml
67
67
hatch.toml
68
68
bundled_requirements.txt
69
+
70
+ robot.toml
71
+ .robotignore
You can’t perform that action at this time.
0 commit comments