Compare commits

...

4 Commits

Author SHA1 Message Date
Rubén Pérez Alonso
0a6aa41394
Merge a85a4c2ffd into 57286c3887 2026-07-24 01:20:25 -04:00
Devin Dooley
57286c3887
Merge pull request #4873 from lissy93-forks/updates-laravel-phpcache-dir
Updates missing .phpunit.cache dir for newer laravel
2026-07-23 09:06:44 -07:00
Alicia Sykes
90db345f0d Updates missing .phpunit.cache dir for newer laravel 2026-06-07 21:00:00 +01:00
Rubén Pérez Alonso
a85a4c2ffd
Remove trailing spaces and rewrap to 100 columns
Removed 2 trailing spaces and rewrapped the surrounding paragraph to 100
columns, consistent with the rest of the file.
2026-01-21 14:43:36 +01:00
2 changed files with 5 additions and 4 deletions

View File

@ -21,6 +21,7 @@ Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
/.phpunit.cache
/public/build
/storage/pail

View File

@ -197,10 +197,10 @@ cython_debug/
.abstra/
# Visual Studio Code
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# you could uncomment the following to ignore the entire vscode folder
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore that
# can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. However, if you prefer, you
# could uncomment the following to ignore the entire vscode folder
# .vscode/
# Temporary file for partial code execution
tempCodeRunnerFile.py