0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-05 02:32:53 +01:00

Move rust code in backend folder

This commit is contained in:
Delta1925 2023-04-16 16:27:05 +02:00
parent 7dc3109c72
commit 8d0d13458d
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25
11 changed files with 9 additions and 8 deletions

View file

@ -1,9 +1,9 @@
*config.toml
Dockerfile
README.md
data/*
logs/*
target/*
backend/data/*
backend/logs/*
backend/target/*
website/README.md
website/dist/*
website/node_modules/*

6
.gitignore vendored
View file

@ -1,5 +1 @@
/target
/data
/logs
/config.toml
/assets/webpage
config.toml

View file

5
backend/src/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/target
/data
/logs
/config.toml
/assets/webpage