-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ad01fd
commit 978162f
Showing
4 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |