Skip to content

Commit

Permalink
🚚 Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Oct 28, 2023
1 parent 6930cb9 commit fc47219
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: chmod -R 777 storage bootstrap/cache
- name: Execute tests Install
run: php artisan test vendor/juzaweb/modules/Tests/InstallTest.php
- name: Install example plugin to test
run: composer require juzaweb/example
- name: Execute tests (Unit and Feature tests)
run: php artisan test
- name: Execute tests disabled frontend
Expand Down
Empty file removed plugins/.gitignore
Empty file.
8 changes: 8 additions & 0 deletions public/vendor/telescope/app-dark.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions public/vendor/telescope/app.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/vendor/telescope/app.js

Large diffs are not rendered by default.

Binary file added public/vendor/telescope/favicon.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions public/vendor/telescope/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"/app.js": "/app.js?id=32e4311235d3e2c0508cd4267558b319",
"/app-dark.css": "/app-dark.css?id=a9022d8e130bf3ec3a93350be9bf858e",
"/app.css": "/app.css?id=b89676ee10846bfd767c6836074db724"
}

0 comments on commit fc47219

Please sign in to comment.