Skip to content

Commit d00be1e

Browse files
committed
chore: update vscodeignore
1 parent beb9274 commit d00be1e

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

.vscodeignore

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
1515
vscode-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
2626
mypy.ini
2727
log.ini
2828
pyproject.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

6464
cliff.toml
65-
pyproject.toml
65+
**/pyproject.toml
6666
mkdocs.yml
6767
hatch.toml
6868
bundled_requirements.txt
69+
70+
robot.toml
71+
.robotignore

0 commit comments

Comments
 (0)