Skip to content

Commit 84697d2

Browse files
committed
added project_templates_and_appllication page and added one template
1 parent 5a972fe commit 84697d2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ html/
5454

5555
#VS-Code
5656
.vscode
57+
/vcpkg_installed/vcpkg/blds/asio/src/sio-1-29-0-772787661e.clean/asio/src/tests/unit/ip
58+
/.vs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Here we collect samples and applications.
2+
3+
# Template projects
4+
5+
https://github.com/seobryn/corax-template
6+
7+
## Features
8+
9+
- `Scripts` to Make, Compile and Clean the build
10+
- `Libs` Folder to store all the external Libs, Crow is set by default.
11+
- Format rules using `clang-format`

0 commit comments

Comments
 (0)