Skip to content

Commit

Permalink
🔀 Merge pull request #1 from AssistantApps/develop
Browse files Browse the repository at this point in the history
🔖 1.1.0
  • Loading branch information
Khaoz-Topsy authored Jul 25, 2024
2 parents f6dea9d + 17522c4 commit be3094b
Show file tree
Hide file tree
Showing 53 changed files with 1,149 additions and 507,103 deletions.
1 change: 1 addition & 0 deletions .github/workflows/BuildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
npm ci
npm run build
npm run service-worker
- name: Remove gitignore
run: |
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ public/assets/img/meta/ja_JP
public/assets/img/meta/ko_KR
public/assets/img/meta/pt_BR
public/assets/img/meta/zh_CN
public/sw.js
public/sw.js.map
public/workbox-*.js
public/workbox-*.js.map
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ node_modules

# Ignore assets
docs
public
public/audio
public/css
public/favicon
public/img
scripts

# file types
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"debuff",
"DEBUFFS",
"descrip",
"fbclid",
"fstream",
"gifencoder",
"gitmoji",
Expand Down
Loading

0 comments on commit be3094b

Please sign in to comment.