forked from QuantumLogicsLabs/QuantumLanguage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 978 Bytes
/
Copy path.gitmodules
File metadata and controls
32 lines (32 loc) · 978 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
29
30
31
32
[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
[submodule "installer"]
path= installer
url= https://github.com/QuantumLogicsLabs/quantumlanguage-windowsinstaller.git
branch=main