Compare commits

...

4 Commits

Author SHA1 Message Date
silentip404
133bb92437
Merge 01e75ac83d 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
silentip404
01e75ac83d Improve macOS Icon pattern to prevent collaboration issues
Replace invisible CR with character class Icon[^!-~]

The literal CR character is frequently corrupted by:
- Text editors auto-trimming invisible chars
- Formatting tools (editorconfig) normalizing line endings
- Copy/paste operations losing special characters
- IDE auto-formatting and linting tools

Character class pattern is collaboration-safe and functionally identical.
2025-11-10 22:16:16 +08:00
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,10 @@
__MACOSX/
.AppleDouble
.LSOverride
Icon[ ]
# Finder custom icons
# Pattern [^!-~] prevents corruption by line-ending converters and editor auto-formatting
Icon[^!-~]
# Resource forks
._*

View File

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