mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 07:30:53 +02:00
feat: standalone multi os
This commit is contained in:
parent
a13bc56bcb
commit
21320e29ef
2 changed files with 17 additions and 3 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,4 +1,14 @@
|
|||
/build*
|
||||
/.vscode
|
||||
/cpm_modules
|
||||
.DS_Store
|
||||
|
||||
# apple
|
||||
.DS_Store
|
||||
|
||||
# clion
|
||||
.idea/
|
||||
cmake-*/
|
||||
|
||||
# visual studio
|
||||
out/
|
||||
.vs/
|
Loading…
Add table
Add a link
Reference in a new issue