Skip to content

Commit

Permalink
Merge pull request #29 from AndreaIannoli/TranslationAndSettings
Browse files Browse the repository at this point in the history
Translation and settings
  • Loading branch information
AndreaIannoli authored Nov 11, 2023
2 parents cf28565 + 549407a commit 5e9a2cf
Show file tree
Hide file tree
Showing 31 changed files with 1,154 additions and 2,867 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified app/.DS_Store
Binary file not shown.
Binary file added app/JAM/.DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions app/JAM/.expo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
> Why do I have a folder named ".expo" in my project?
The ".expo" folder is created when an Expo project is started using "expo start" command.
> What do the files contain?
- "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds.
- "settings.json": contains the server configuration that is used to serve the application manifest.
> Should I commit the ".expo" folder?
No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine.
Upon project creation, the ".expo" folder is already added to your ".gitignore" file.
3 changes: 3 additions & 0 deletions app/JAM/.expo/devices.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"devices": []
}
1 change: 1 addition & 0 deletions app/JAM/.idea/vcs.xml
100755 → 100644

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

126 changes: 126 additions & 0 deletions app/JAM/.idea/workspace.xml

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

Loading

0 comments on commit 5e9a2cf

Please sign in to comment.