Compare commits

...

4 Commits

Author SHA1 Message Date
Alex Rohith I
27cfd20f3b
Merge f15e67fefa into 57286c3887 2026-07-24 01:20:24 -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
Alexrohith
f15e67fefa Improve comments for Python .gitignore 2026-01-12 21:05:04 +05:30
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -159,6 +159,10 @@ ENV/
env.bak/
venv.bak/
# Conda environments
conda-meta/
# Spyder project settings
.spyderproject
.spyproject