1
Fork 0
mirror of https://github.com/RGBCube/GDUS synced 2025-07-29 14:07:52 +00:00

Move webserver to server/

This commit is contained in:
RGBCube 2023-12-15 17:07:17 +03:00
parent 1fa76f9a15
commit d525fd353f
No known key found for this signature in database
8 changed files with 11 additions and 4 deletions

15
.gitignore vendored
View file

@ -1,11 +1,18 @@
*
!src/
!rpid/
!rpid/src/
!rpid/pyproject.toml
!rpid/poetry.lock/
!server/
!server/src/
!server/.rustfmt.toml
!server/Cargo.lock
!server/Cargo.toml
!.gitignore
!.rustfmt.toml
!Cargo.lock
!Cargo.toml
!*.md
!*.rs

View file