garden plan web app

This commit is contained in:
Jonas H
2026-01-27 10:05:53 +01:00
commit 10bf17c8a2
11 changed files with 2554 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Rust
/target/
Cargo.lock
**/*.rs.bk
*.pdb
# IDE
.vscode/
.idea/
*.swp
*.swo
*~