Skip to content

Commit

Permalink
add playwright output folder to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSora committed Oct 13, 2023
1 parent 3b71d4d commit f17524f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions local/config/src/playwright.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = defineConfig({
workers: 4,
fullyParallel: true,
reporter: 'list',
outputDir: '.playwright',
projects: [
{
name: 'Chromium',
Expand Down
1 change: 1 addition & 0 deletions packages/overlayscrollbars-ngx/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ yarn-error.log
# Miscellaneous
/.angular
/.angular/cache
/.playwright
.sass-cache/
/connect.lock
/coverage
Expand Down
1 change: 1 addition & 0 deletions packages/overlayscrollbars-react/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

# Miscellaneous
/.coverage
/.playwright
1 change: 1 addition & 0 deletions packages/overlayscrollbars-solid/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

# Miscellaneous
/.coverage
/.playwright
1 change: 1 addition & 0 deletions packages/overlayscrollbars-svelte/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules
/build
/.svelte-kit
/dist
/.playwright
.env
.env.*
!.env.example
1 change: 1 addition & 0 deletions packages/overlayscrollbars-vue/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

# Miscellaneous
/.coverage
/.playwright
1 change: 1 addition & 0 deletions packages/overlayscrollbars/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Tests generated output
.build/
.fixtures/
.playwright/

# Node
/node_modules
Expand Down

0 comments on commit f17524f

Please sign in to comment.