Skip to content

Commit

Permalink
test (#239)
Browse files Browse the repository at this point in the history
* test

* trailing slash

* trailing slash

* trailing slash

* trailing slash

* remove test flag

---------

Co-authored-by: Shane Osbourne <[email protected]>
  • Loading branch information
shakyShane and Shane Osbourne authored Nov 19, 2024
1 parent 1deb8b4 commit df7d26b
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ __diff_output__
/test-results/
/playwright-report/
/playwright/.cache/
build/app/html/iframe.html
build/app/html/states.json
build/app/public/font
build/app-debug
build/docs/
build/
/.build
.swiftpm/xcode/xcuserdata
build/app_backup
bslive.yml
Expand Down
1 change: 1 addition & 0 deletions build/app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.npmignore
1 change: 1 addition & 0 deletions build/app/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*
1 change: 1 addition & 0 deletions build/app/font/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*
2 changes: 2 additions & 0 deletions build/app/html/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*
!.npmignore

1 change: 1 addition & 0 deletions build/app/html/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*
2 changes: 2 additions & 0 deletions build/app/img/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*
!.npmignore

1 change: 1 addition & 0 deletions build/app/img/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*
1 change: 1 addition & 0 deletions build/app/public/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.npmignore
1 change: 1 addition & 0 deletions build/app/public/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*

0 comments on commit df7d26b

Please sign in to comment.