Added .expo to .gitignore and committed package-lock.json

This commit is contained in:
2026-03-05 10:29:38 +01:00
parent e7d5d1835f
commit 2fc803a195
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
.expo
# ---> Laravel
/vendor/
node_modules/

6
package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "jukebox",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}