Compare commits

...

4 Commits

Author SHA1 Message Date
Alex P.
dac7383520
Merge cf6e0a5aaa into 57286c3887 2026-07-24 01:20:16 -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
Alex P.
cf6e0a5aaa
Refine minitoc entries in TeX.gitignore
Updated minitoc patterns to include versioning. `TeX.gitignore` now ignores both numbered and non-numbered minitoc files. 

The changes were made to include:
- Numbered `.maf`, `.mlf`, `.mlt`, and `.mtc` files;
- Non-numbered `.slf`, `.slt`, and `.stc` files.
2025-11-12 15:32:51 +00:00
2 changed files with 8 additions and 7 deletions

View File

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

View File

@ -181,13 +181,13 @@ acs-*.bib
*.ind
# minitoc
*.maf
*.mlf
*.mlt
*.mtc[0-9]*
*.slf[0-9]*
*.slt[0-9]*
*.stc[0-9]*
*.maf*([0-9])
*.mlf*([0-9])
*.mlt*([0-9])
*.mtc*([0-9])
*.slf*([0-9])
*.slt*([0-9])
*.stc*([0-9])
# minted
_minted*