removed start.sh from gitignore

main
alex 2023-07-31 17:24:03 +00:00
parent 9f934c553f
commit b3b3fa75bf
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -14,6 +14,4 @@ web-build/
.DS_Store
# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
start.sh
.metro-health-check*

2
start.sh Normal file
View File

@ -0,0 +1,2 @@
screen -dmS expoapp | exit 0
screen -S expoapp -p 0 -X stuff 'npm start\n'