Compare commits

...

4 Commits

Author SHA1 Message Date
cneeraja-ctrl
18e1457825
Merge d403c907b1 into 57286c3887 2026-07-24 12:14:34 +08: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
cneeraja-ctrl
d403c907b1
Create knowledgeBuilder
Add .gitignore entries for Xcode build folders
2025-09-26 12:21:50 +05:30
2 changed files with 37 additions and 0 deletions

View File

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

36
knowledgeBuilder Normal file
View File

@ -0,0 +1,36 @@
# Flutter/Dart/Pub
.dart_tool/
.packages
.pub-cache/
build/
.flutter-plugins
.flutter-plugins-dependencies
.pub/
.idea/
.vscode/
# Android
**/android/app/debug/
**/android/app/profile/
**/android/app/release/
*.iml
.gradle/
local.properties
# iOS
ios/Flutter/Flutter.framework
ios/Flutter/Flutter.podspec
ios/Pods/
ios/Runner.xcworkspace/
ios/Flutter/Flutter.xcconfig
ios/Flutter/App.framework
ios/.symlinks/
# Xcode build folders
ios/build/
DerivedData/
*.xcworkspace/xcuserdata/
# Others
*.log
*.lock