-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 822 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 822 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
[submodule "01-libft"]
path = 01-libft
url = https://github.com/vscabell/libft
[submodule "02-get_next_line"]
path = 02-get_next_line
url = https://github.com/vscabell/get_next_line
[submodule "04-ft_printf"]
path = 04-ft_printf
url = https://github.com/vscabell/ft_printf
[submodule "05-ft_server"]
path = 05-ft_server
url = https://github.com/vscabell/ft_server
[submodule "06-cub3d"]
path = 06-cub3d
url = https://github.com/vscabell/cub3d
[submodule "07-libasm"]
path = 07-libasm
url = https://github.com/vscabell/libasm
[submodule "08-minishell"]
path = 08-minishell
url = https://github.com/vscabell/minishell
[submodule "09-ft_services"]
path = 09-ft_services
url = https://github.com/vscabell/ft_services
[submodule "10-push_swap"]
path = 10-push_swap
url = https://github.com/vscabell/push_swap