create Avalonia project from template

+ create directory structure
+ create solution
+ create .gitignore with some rules
This commit is contained in:
2025-10-29 15:53:28 +03:00
parent 8a42f5a916
commit 94db853340
13 changed files with 233 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
bin/
obj/