Compare commits

...

4 Commits

Author SHA1 Message Date
gameingame
6624b9d730
Merge 851683c443 into 57286c3887 2026-07-24 01:20:28 -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
gameingame-eng
851683c443
simplify, remove redundant entries, and add missing common artifacts 2026-02-18 14:27:26 -06:00
2 changed files with 27 additions and 15 deletions

View File

@ -1,34 +1,45 @@
# Gradle files # Gradle
.gradle/ .gradle/
build/ build/
!gradle-wrapper.jar
# Local configuration file (sdk path, etc) # Local configuration
local.properties local.properties
# Log/OS Files # Log files
*.log *.log
# Android Studio generated files and folders # Android Studio / IntelliJ
*.iml
.idea/
# Android generated files
captures/ captures/
.externalNativeBuild/ .externalNativeBuild/
.cxx/ .cxx/
*.aab
*.apk *.apk
*.ap_
*.aab
output-metadata.json output-metadata.json
# IntelliJ # Keystore files (never commit these)
*.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
# Keystore files
*.jks *.jks
*.keystore *.keystore
# Google Services (e.g. APIs or Firebase) # Google Services
google-services.json google-services.json
google-services.plist
# Android Profiling # Firebase Crashlytics / Performance
crashlytics-build.properties
fabric.properties
# NDK / CMake
obj/
# Profiling
*.hprof *.hprof
# OS-specific
.DS_Store
Thumbs.db

View File

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