-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 844 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "Website"]
path = Website
url = https://github.com/SENODROOM/QuantumLanguage-Website.git
branch = main
[submodule "Library"]
path = examples/library
url = https://github.com/SENODROOM/Quantum-Library.git
branch = main
[submodule "code-explaination"]
path = docs/code-explanation
url = https://github.com/SENODROOM/QuantumLangCodeExplaination.git
branch = main
[submodule "demo"]
path = examples/demo
url = https://github.com/SENODROOM/QuantumCodeDemo.git
branch = main
[submodule "extensions"]
path = extensions
url = https://github.com/SENODROOM/QuantumLanguageExtension.git
branch = main
[submodule "design"]
path = docs/design
url = https://github.com/SENODROOM/QLang-DesginDocs.git
branch = main
[submodule "tests"]
path = tests
url = https://github.com/QuantumLogicsLabs/QuantumFailedTests.git
branch = main