Skip to content

Feature/lar 00 drop thinks #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.3.0
uses: dependabot/fetch-metadata@v2.4.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Auto-merge Dependabot PRs for semver-minor updates
Expand Down
19 changes: 2 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Node.js
#
/node_modules
npm-debug.log
yarn-error.log
Expand All @@ -8,33 +6,20 @@ package-json.lock
pnpm-lock.yml
/vendor
composer.phar

/.idea
/.vscode
/projects

# Laravel Exclude
#
.phpunit.cache
.phpunit.result.cache
/public/build
/public/hot
/public/storage
/public/media
public/css/
public/js/
/public/css
/public/js
/public/**/*.xml
/storage/*.key
/storage/framework/cache
.env
.env.backup

# OSX
#
.DS_Store
Thumbs.db

# SublimeText
#
*.sublime-project
*.sublime-workspace

This file was deleted.

This file was deleted.

This file was deleted.

58 changes: 0 additions & 58 deletions app/Filament/Resources/UserResource/Widgets/UserActivityWidget.php

This file was deleted.

90 changes: 0 additions & 90 deletions app/Filament/Resources/UserResource/Widgets/UserChartWidget.php

This file was deleted.

Loading
Loading