add run.bat and run.sh, update .gitignore

This commit is contained in:
Robert Paciorek 2024-03-03 12:06:05 +00:00
parent 566b75eefe
commit 58a9c2ebd3
3 changed files with 10 additions and 3 deletions

9
.gitignore vendored
View File

@ -3,8 +3,11 @@
.DS_Store .DS_Store
src/bin src/bin
src/obj src/obj
src/sodoff.db src/sodoff*.db
src/sodoff.db-shm src/sodoff*.db-shm
src/sodoff.db-wal src/sodoff*.db-wal
src/assets/
src/mods/
src/assets-cache/
src/Properties src/Properties
__pycache__/ __pycache__/

3
run.bat Executable file
View File

@ -0,0 +1,3 @@
dotnet run --project src/sodoff.csproj
pause

1
run.sh Executable file
View File

@ -0,0 +1 @@
dotnet run --project src/sodoff.csproj