File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88## Unreleased
9+ - [ Skeleton] Remove ` composer.lock ` from ` .gitignore `
910
1011## 6.0.0-beta.8 - 2026-01-13
1112- Packages now ship built modules instead of source code. All ` package.json ` , Vite configs and scripts have been updated accordingly.
Original file line number Diff line number Diff line change 77# Ignore personal config files (dev)
88app /.env
99
10- # Ignore lock files
11- composer.lock
12-
1310# Ignore log, cache, sessions and storage directories
1411app /cache /*
1512app /database /*
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99> This file contains the changelog of the Skeleton itself. You should replace it with your own Changelog!
1010
1111## [ 6.0.0-beta.9] ( https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.8...6.0.0-beta.9 )
12- - No changes
12+ - Remove ` composer.lock ` from ` .gitignore `
1313
1414## [ 6.0.0-beta.8] ( https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.7...6.0.0-beta.8 )
1515- Updated ` vite.config.ts ` : Other packages removed from ` optimizeDeps `
You can’t perform that action at this time.
0 commit comments