mirror of
https://github.com/mue/mue.git
synced 2026-06-05 23:45:53 +02:00
- Add version-bump workflow for semantic versioning across all files - Add beta-release workflow for automated pre-release testing - Add production-release workflow with manual approval gates - Add hotfix-release workflow for emergency patches - Create comprehensive CONTRIBUTING.md with workflow guide - Create detailed RELEASE_PROCESS.md for maintainers - Add PR template with release checklists - Update CODEOWNERS to protect workflow files - Update README with contribution links - Remove /docs from .gitignore to allow documentation This implements a dev beta main branching strategy with: - Automated version management across 6 files - Changelog generation from conventional commits - GitHub Releases with build artifacts - Environment-based approvals for production - Back-merge support for hotfixes
41 lines
740 B
Plaintext
41 lines
740 B
Plaintext
# Directories
|
|
node_modules/
|
|
.history/
|
|
.vscode/
|
|
build/
|
|
.idea/
|
|
dist/
|
|
|
|
# Safari Extension Build Files
|
|
safari/Mue Extension/Resources/*.html
|
|
safari/Mue Extension/Resources/*.js
|
|
safari/Mue Extension/Resources/*.css
|
|
safari/Mue Extension/Resources/assets/
|
|
safari/Mue Extension/Resources/icons/
|
|
safari/Mue Extension/Resources/src/
|
|
safari/Mue Extension/Resources/_locales/
|
|
!safari/Mue Extension/Resources/manifest.json
|
|
|
|
# Xcode User Data
|
|
safari/Mue.xcodeproj/xcuserdata/
|
|
safari/Mue.xcodeproj/project.xcworkspace/xcuserdata/
|
|
*.xcuserstate
|
|
*.xcbkptlist
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspectivev3
|
|
*.pbxuser
|
|
safari/DerivedData/
|
|
safari/build/
|
|
|
|
# Files
|
|
package-lock.json
|
|
.stylelintcache
|
|
yarn-error.log
|
|
.eslintcache
|
|
stats.json
|
|
yarn.lock
|
|
keys.json
|
|
.DS_Store
|
|
*.zip
|