Skip to content

Commit

Permalink
fix: add public/build to VCS
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe committed Dec 29, 2023
1 parent 9ad01fd commit 978162f
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# 1. Keep lines sorted alphabetically in this file
# 2. Do not add OS or IDE specific lines here — do it in the global .gitignore: https://gist.github.com/subfuzion/db7f57fff2fb6998a16c
# -----------------------
/build
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.lando.local.yml
.phpunit.result.cache
.php-cs-fixer.cache
build
composer.lock
node_modules
phpunit.xml
public/build
public/hot
public/storage
storage/*.key
vendor
6 changes: 6 additions & 0 deletions public/build/assets/app.690347e8.css

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions public/build/assets/app.9af58825.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"resources/js/app.js": {
"file": "assets/app.9af58825.js",
"src": "resources/js/app.js",
"isEntry": true,
"css": [
"assets/app.690347e8.css"
]
},
"resources/js/app.css": {
"file": "assets/app.690347e8.css",
"src": "resources/js/app.css"
}
}

0 comments on commit 978162f

Please sign in to comment.