Files
mue/.gitignore
Alex Sparkes 896816c185 feat: add professional three-branch release workflow automation (#1129)
- 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
2026-01-25 17:27:54 +00:00

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