diff --git a/.gitignore b/.gitignore index 416fc4c1..485441a4 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,9 @@ npm-debug.log* /platforms /plugins /www + +.firebase +.env +.env.* +!.env.example +.history \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 239c8610..bd87964d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ 1. Fork the repository and clone it locally from the `main` branch. Before starting your work make sure it's up to date with current `main` branch. 2. Pick an issue from [here](https://github.com/hotwax/ionic-sdk/issues). Write in the issue comment that you want to pick it, if you can't assign yourself. **Please stay assigned to one issue at a time to not block others**. -3. Create a branch for your edits. Use the following branch naming conventions: **ionicsdk/issue-number**. +3. Create a branch for your edits. Use the following branch naming conventions: **job-manager/issue-number**. 4. Please add issue number to your commit message. 5. Propose a Pull Request to `main` branch containing issue number and issue title. 6. Use [Pull Request template](https://github.com/hotwax/ionic-sdk/blob/main/.github/PULL_REQUEST_TEMPLATE.md) (it's automatically added to each PR) and fill as much fields as possible to describe your solution. diff --git a/ionic.config.json b/ionic.config.json index e6c2eaa9..36c11897 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -1,5 +1,5 @@ { - "name": "ionicSDK", + "name": "jobManager", "integrations": { "capacitor": {} }, diff --git a/package.json b/package.json index ca2a56ed..4aa0ae21 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "ionic-sdk", - "version": "0.0.1", + "name": "job-manager", + "version": "1.0.0", "private": true, - "description": "An Ionic project", + "description": "Job Manager App", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build",