mirror of https://github.com/aminya/setup-cpp
chore: add cpp_vcpkg_project as an example
This commit is contained in:
parent
997b6725fe
commit
f9a84c82e8
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"extends": "eslint-config-atomic",
|
||||
"ignorePatterns": ["dist/", "node_modules/"]
|
||||
"ignorePatterns": ["dist/", "node_modules/", "dev/cpp_vcpkg_project"]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "dev/cpp_vcpkg_project"]
|
||||
path = dev/cpp_vcpkg_project
|
||||
url = https://github.com/aminya/cpp_vcpkg_project
|
|
@ -6,3 +6,4 @@ dist
|
|||
stats.html
|
||||
src/python/setup-python/
|
||||
src/msvc/msvc-dev-cmd/
|
||||
dev/cpp_vcpkg_project
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f4fe216401a8eac95d66969f0ee2b760b3c4edf0
|
Loading…
Reference in New Issue