Skip to content

Commit

Permalink
chore: adjust gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorozenko committed Mar 11, 2024
1 parent 78c77f4 commit 2bbeb19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

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

// Configure tool-specific properties.
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
__pycache__

# Results of playwright tests with tracing
test-results/

# Files from playwright installed with npm
node_modules
package-lock.json
package.json

0 comments on commit 2bbeb19

Please sign in to comment.