Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into Awatif-Dev-Add-Expo…
Browse files Browse the repository at this point in the history
…rt-Button
  • Loading branch information
AboubakrNasef committed Dec 4, 2023
2 parents 6863526 + 0c80fd1 commit 6fa2d03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
node_modules/
dist/
.env
.vscode/
.env
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode"]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}

0 comments on commit 6fa2d03

Please sign in to comment.