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

2
.gitignore vendored
View File

@ -15,5 +15,3 @@ web-build/
# Temporary files created by Metro to check the health of the file watcher # Temporary files created by Metro to check the health of the file watcher
.metro-health-check* .metro-health-check*
start.sh

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'