Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# GitHub CODEOWNERS file
# This file defines code ownership and required reviewers for pull requests
# Documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Default owner for everything in the repository
* @mwarman

# Infrastructure as Code (AWS CDK)
/infrastructure/ @mwarman

# GitHub configuration and workflows
/.github/ @mwarman

# Documentation
/docs/ @mwarman
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ android
# Infrastructure outputs and build artifacts
infrastructure/cdk.out
infrastructure/dist
infrastructure/coverage
infrastructure/coverage

# GitHub configuration files
.github/CODEOWNERS
4 changes: 2 additions & 2 deletions infrastructure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic8-starter-infrastructure",
"version": "1.1.0",
"version": "1.2.0-alpha.1",
"private": true,
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "git+https://github.com/leanstacks/ionic8-starter.git"
},
"license": "MIT",
"version": "1.1.0",
"version": "1.2.0-alpha.1",
"type": "module",
"scripts": {
"android": "npx cap sync android && npx cap open android",
Expand Down