Skip to content

Commit 2bbeb19

Browse files
committed
chore: adjust gitignore
1 parent 78c77f4 commit 2bbeb19

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
// Use 'postCreateCommand' to run commands after the container is created.
1818
// We install playwright this way to make browsers available for python playwright
19+
// When running playwright install from python installation something breaks in devcontainer setup
1920
"postCreateCommand": "poetry install && npm install playwright && npx playwright install --with-deps",
2021

2122
// Configure tool-specific properties.

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
__pycache__
2+
3+
# Results of playwright tests with tracing
24
test-results/
5+
6+
# Files from playwright installed with npm
7+
node_modules
8+
package-lock.json
9+
package.json

0 commit comments

Comments
 (0)