-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
52 lines (52 loc) · 1.69 KB
/
.gitmodules
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[submodule "01_libft"]
path = 01_libft
url = https://github.com/iker-gonzalez/libft.git
[submodule "02_get_next_line"]
path = 02_get_next_line
url = https://github.com/iker-gonzalez/get_next_line.git
[submodule "03_ft_printf"]
path = 03_ft_printf
url = https://github.com/iker-gonzalez/ft_printf.git
[submodule "06_push_swap"]
path = 06_push_swap
url = https://github.com/iker-gonzalez/push_swap.git
[submodule "07_so_long"]
path = 07_so_long
url = https://github.com/iker-gonzalez/so_long.git
[submodule "08_minitalk"]
path = 08_minitalk
url = https://github.com/iker-gonzalez/minitalk.git
[submodule "10_philosophers"]
path = 10_philosophers
url = https://github.com/iker-gonzalez/philosophers.git
[submodule "11_minishell"]
path = 11_minishell
url = https://github.com/iker-gonzalez/minishell.git
[submodule "14_cpp_piscine"]
path = 14_cpp_piscine
url = https://github.com/iker-gonzalez/cpp_piscine.git
[submodule "cub3d"]
path = cub3d
url = https://github.com/iker-gonzalez/cub3d
[submodule "15_cub3d"]
path = 15_cub3d
url = https://github.com/iker-gonzalez/cub3d
[submodule "ft_containers"]
path = ft_containers
url = https://github.com/iker-gonzalez/ft_containers
[submodule "webserv"]
path = webserv
url = https://github.com/iker-gonzalez/webserv.git
branch = main
[submodule "19_inception"]
path = 19_inception
url = https://github.com/iker-gonzalez/inception
[submodule "18_webserv"]
path = 18_webserv
url = https://github.com/iker-gonzalez/webserv
[submodule "20_ft_transcendence"]
path = 20_ft_transcendence
url = https://github.com/iker-gonzalez/ft_transcendence.git
[submodule "17_ft_containers"]
path = 17_ft_containers
url = https://github.com/iker-gonzalez/ft_containers.git