Skip to content

Commit

Permalink
Updated js deps, readme laravel reference, dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed May 5, 2023
1 parent a4d5056 commit 5998dac
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 1,071 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/vendor
/node_modules
/feeds.txt
/bootstrap/cache/*
/public/storage
/storage/app/*
/storage/database/*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ php artisan rss:test-feed https://danb.me/blog/index.xml

This is primarily built using the following great projects and technologies:

- [Laravel](https://laravel.com/) - [MIT License](https://github.com/laravel/framework/blob/9.x/LICENSE.md)
- [Laravel](https://laravel.com/) - [MIT License](https://github.com/laravel/framework/blob/10.x/LICENSE.md)
- [InertiaJS](https://inertiajs.com/) - [MIT License](https://github.com/inertiajs/inertia/blob/master/LICENSE)
- [SQLite](https://www.sqlite.org/index.html) - [Public Domain](https://www.sqlite.org/copyright.html)
- [TailwindCSS](https://tailwindcss.com/) - [MIT License](https://github.com/tailwindlabs/tailwindcss/blob/master/LICENSE)
Expand Down
Loading

0 comments on commit 5998dac

Please sign in to comment.