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 /
55
66** /.gitignore
77
@@ -15,28 +15,28 @@ tsconfig.json
1515vscode-client
1616.eslintignore
1717.prettier *
18-
18+ eslint.config.mjs
1919
2020# python
21- build
22- .ruff_cache
23- .hatch
24- .venv
21+ ** / build /
22+ ** / .ruff_cache /
23+ ** / .hatch /
24+ ** / .venv /
2525.flake8
2626mypy.ini
2727log.ini
2828pyproject.toml
2929* .lock
3030
31- tests
32- dist
31+ ** / tests /
32+ ** / dist /
3333
34- ** /__pycache__
35- ** /.mypy_cache
36- ** /.pytest_cache
37- test-results
34+ ** /__pycache__ /
35+ ** /.mypy_cache /
36+ ** /.pytest_cache /
37+ ** / test-results /
3838
39- playground
39+ ** / playground /
4040
4141# svg files
4242** /* .svg
@@ -47,22 +47,25 @@ coverage.xml
4747.python-version
4848
4949# docs
50- docs
50+ docs /
5151
5252# others
53- scripts
53+ scripts /
5454
55- ** / .robotcode_cache
55+ .robotcode_cache /
5656
5757.pre-commit-config.yaml
58- .devcontainer
58+ .devcontainer /
5959
60- robotcode
61- packages
62- bundled /libs /bin
60+ ** / robotcode /
61+ ** / packages /
62+ ** / bundled /libs /bin /
6363
6464cliff.toml
65- pyproject.toml
65+ ** / pyproject.toml
6666mkdocs.yml
6767hatch.toml
6868bundled_requirements.txt
69+
70+ robot.toml
71+ .robotignore
You can’t perform that action at this time.
0 commit comments