application separation

This commit is contained in:
2024-07-30 01:20:30 +03:00
parent 922e521867
commit a99cb340d8
23 changed files with 147 additions and 34 deletions

8
.gitignore vendored
View File

@ -1,3 +1,11 @@
# ignore executables
*
!*.*
!*/
!Makefile
**/*.exe
.vs/
.vscode/
.idea/