Skip to content

Commit

Permalink
Add assets to version control
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalduzzi committed Jul 15, 2024
1 parent 2cfd052 commit 66c3f8f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ phpunit.xml
phpstan.neon
testbench.yaml
vendor
!public/vendor
node_modules
1 change: 1 addition & 0 deletions public/vendor/bs-blade-forms/assets/main-3a76abbe.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/vendor/bs-blade-forms/assets/main-4e877ba1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions public/vendor/bs-blade-forms/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"resources/css/main.scss": {
"file": "assets/main-3a76abbe.css",
"isEntry": true,
"src": "resources/css/main.scss"
},
"resources/js/main.ts": {
"file": "assets/main-4e877ba1.js",
"isEntry": true,
"src": "resources/js/main.ts"
}
}

0 comments on commit 66c3f8f

Please sign in to comment.